ci: Attempt to fix move-tag job (2)

This commit is contained in:
scribam 2021-01-25 00:21:35 +01:00 committed by Nicolas Jallamion
parent 204d0b537c
commit f3b3b107eb

View File

@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Move ci tag
uses: weareyipyip/walking-tag-action@v2
uses: s3krit/walking-tag-action@master
with:
tag-name: continous
tag-message: Last commit build by the CI
TAG_NAME: continous
TAG_MESSAGE: Last commit build by the CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.ref == 'refs/heads/master'