test
This commit is contained in:
parent
5d72639fba
commit
aa6227ea1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-framework-dep.yml
vendored
2
.github/workflows/update-framework-dep.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: git diff --exit-code || echo "Changes detected"
|
||||
|
||||
- name: Commit changes if any
|
||||
if: success() && steps.commit.outputs.changes_detected == 'Changes detected'
|
||||
if: success()
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue