mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-04-15 05:42:47 +03:00
Update json-master.yml
This commit is contained in:
parent
a2fe4446de
commit
15e4808ed5
6
.github/workflows/json-master.yml
vendored
6
.github/workflows/json-master.yml
vendored
@ -41,7 +41,11 @@ jobs:
|
|||||||
ls -las
|
ls -las
|
||||||
./update.sh
|
./update.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
with:
|
||||||
|
commit_message: Apply changes
|
||||||
|
|
||||||
- name: "Run if changes have been detected"
|
- name: "Run if changes have been detected"
|
||||||
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
if: steps.auto-commit-action.outputs.changes_detected == 'true'
|
||||||
run: echo "Changes!"
|
run: echo "Changes!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user