diff --git a/.github/workflows/json-master.yml b/.github/workflows/json-master.yml index d3da15c..525989d 100644 --- a/.github/workflows/json-master.yml +++ b/.github/workflows/json-master.yml @@ -40,13 +40,15 @@ jobs: cd json-backups ls -las ./update.sh - + 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 - commit_prefix: "[AUTO-COMMIT]" # - name: Create Release # id: create_release