This commit is contained in:
Ayaz Salikhov
2021-06-27 17:58:36 +03:00
parent 35e67277bd
commit f2f44d1736
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' if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: "[ci skip] Automated publish for $GITHUB_SHA" commit_message: "[ci skip] Automated publish for ${{github.sha}}"
repository: ../wiki repository: ../wiki
- name: Login to Docker Hub - name: Login to Docker Hub
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' 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' if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: "[ci skip] Automated publish for $GITHUB_SHA" commit_message: "[ci skip] Automated publish for ${{github.sha}}"