Try to fix var name

This commit is contained in:
Ayaz Salikhov
2021-06-27 17:14:25 +03:00
parent 36b039f2ff
commit 8ff5fa630b
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ jobs:
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[ci skip] Automated publish for ${{ GITHUB_SHA }}"
commit_message: "[ci skip] Automated publish for $GITHUB_SHA"
repository: ../wiki
- name: Login to Docker Hub
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'

View File

@@ -44,4 +44,4 @@ jobs:
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[ci skip] Automated publish for ${{ GITHUB_SHA }}"
commit_message: "[ci skip] Automated publish for $GITHUB_SHA"