mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-27 23:25:33 +03:00
Update json-master.yml
This commit is contained in:
parent
cfd51b4251
commit
de229d76f0
6
.github/workflows/json-master.yml
vendored
6
.github/workflows/json-master.yml
vendored
@ -40,13 +40,15 @@ jobs:
|
|||||||
cd json-backups
|
cd json-backups
|
||||||
ls -las
|
ls -las
|
||||||
./update.sh
|
./update.sh
|
||||||
|
cd ..
|
||||||
|
git add .
|
||||||
|
git commit -am "Atlassian JSON autoupdated"
|
||||||
|
git push
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
uses: devops-infra/action-commit-push@master
|
uses: devops-infra/action-commit-push@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GHT }}
|
github_token: ${{ secrets.GHT }}
|
||||||
commit_message: Atlassian JSON updated
|
commit_message: Atlassian JSON updated
|
||||||
commit_prefix: "[AUTO-COMMIT]"
|
|
||||||
|
|
||||||
# - name: Create Release
|
# - name: Create Release
|
||||||
# id: create_release
|
# id: create_release
|
||||||
|
Loading…
Reference in New Issue
Block a user