Update workflow
This commit is contained in:
1
.github/workflows/syncToGitee.yml
vendored
1
.github/workflows/syncToGitee.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
|||||||
if: github.actor == 'StageGuard'
|
if: github.actor == 'StageGuard'
|
||||||
run: |
|
run: |
|
||||||
git show -s --format=%H > gitVersion
|
git show -s --format=%H > gitVersion
|
||||||
git add gitVersion
|
|
||||||
- name: Push commit
|
- name: Push commit
|
||||||
uses: EndBug/add-and-commit@v7.1.2
|
uses: EndBug/add-and-commit@v7.1.2
|
||||||
if: github.actor == 'StageGuard'
|
if: github.actor == 'StageGuard'
|
||||||
|
|||||||
Reference in New Issue
Block a user