From de229d76f0e5310e009e1ace3796c82b378e6951 Mon Sep 17 00:00:00 2001 From: stam Date: Sun, 17 Jan 2021 02:41:36 +0300 Subject: [PATCH] Update json-master.yml --- .github/workflows/json-master.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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