parent
e8f94e4dd2
commit
2d459259fd
|
@ -29,3 +29,6 @@ jobs:
|
||||||
- name: "changes detected"
|
- name: "changes detected"
|
||||||
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
||||||
run: "echo \"Changes detected\""
|
run: "echo \"Changes detected\""
|
||||||
|
|
||||||
|
|
||||||
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
|
|
Loading…
Reference in New Issue