summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@lemstra.org>2019-12-06 21:35:36 +0100
committerDirk Lemstra <dirk@lemstra.org>2019-12-06 21:35:36 +0100
commitecfee3c3d2a0b8bdacf67451294498a7be35e91d (patch)
tree5f933a1906065a0fcbf33002dbc247fd6320b663 /.github
parentb56a7b7e25d5697387f9dae34babf1a62c60cad6 (diff)
downloadImageMagick-ecfee3c3d2a0b8bdacf67451294498a7be35e91d.tar.gz
Try to use master as the ref.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml4
-rw-r--r--.github/workflows/master.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index c821fd20b..2b04cd5ba 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -74,9 +74,9 @@ jobs:
- name: Clone ImageMagick-Windows
uses: actions/checkout@master
with:
- fetch-depth: 1
repository: ImageMagick/ImageMagick-Windows
- ref: remotes/origin/master
+ ref: master
+ fetch-depth: 1
- name: Clone repositories
run: |
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index c3a1260a5..5d1e03222 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -75,10 +75,10 @@ jobs:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@master
with:
repository: ImageMagick/ImageMagick-Windows
- ref: refs/heads/master
+ ref: master
fetchDepth: 1
- name: Clone repositories