We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a1a5d commit 6024849Copy full SHA for 6024849
1 file changed
.github/workflows/galaxy.yml
@@ -10,7 +10,7 @@ jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2
14
15
# deploy the collection first, because if it fails, we don't want
16
# to update the galaxy.yml
@@ -27,6 +27,11 @@ jobs:
27
env:
28
version: "${{ github.event.release.tag_name }}"
29
30
+ # checkout master instead of the release-tag so we can push the galaxy.yml
31
32
+ with:
33
+ ref: master
34
+
35
- name: push galaxy.yml
36
uses: github-actions-x/commit@v2.6
37
with:
0 commit comments