Update json-master.yml

This commit is contained in:
stam 2021-01-17 02:57:19 +03:00
parent 5dd9a9cb63
commit 58e5a1c154

View File

@ -43,14 +43,14 @@ jobs:
cd ..
git add .
git commit -am "Atlassian JSON autoupdated"
# git push
- name: Commit and push changes
uses: devops-infra/action-commit-push@master
with:
github_token: ${{ secrets.GHT }}
commit_message: Atlassian JSON updated
git push
exit 0
# - name: Commit and push changes
# uses: devops-infra/action-commit-push@master
# with:
# github_token: ${{ secrets.GHT }}
# commit_message: Atlassian JSON updated
#
# - name: Create Release
# id: create_release
# uses: actions/create-release@v1