From 5dd9a9cb63e80f01f5d30b9ed5110d98e488b260 Mon Sep 17 00:00:00 2001 From: stam Date: Sun, 17 Jan 2021 02:55:06 +0300 Subject: [PATCH] bump --- .github/workflows/json-master.yml | 12 ++++++------ json-backups/update.sh | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/json-master.yml b/.github/workflows/json-master.yml index 523f28c..9b59256 100644 --- a/.github/workflows/json-master.yml +++ b/.github/workflows/json-master.yml @@ -43,13 +43,13 @@ jobs: cd .. git add . git commit -am "Atlassian JSON autoupdated" - git push +# git push - # - name: Commit and push changes - # uses: devops-infra/action-commit-push@master - # with: - # github_token: ${{ secrets.GHT }} - # commit_message: Atlassian JSON updated + - 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 diff --git a/json-backups/update.sh b/json-backups/update.sh index 89fed9c..24e605a 100755 --- a/json-backups/update.sh +++ b/json-backups/update.sh @@ -36,6 +36,7 @@ wget -c -nv --random-wait -P $PWD/current/ https://my.atlassian.com/download/fee wget -c -nv --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-servicedesk.json # SourceTree +echo "-----------------------------------------------" echo "Generating sourcetree.json for current release" echo "-----------------------------------------------" dotnet script $PWD/sourcetreeapp.csx @@ -72,6 +73,7 @@ wget -c -nv --random-wait -P $PWD/archived/ https://my.atlassian.com/download/fe wget -c -nv --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json # SourceTree +echo "-----------------------------------------------" echo "Generating sourcetree.json for arvhive release" echo "-----------------------------------------------" dotnet script $PWD/sourcetreeapp-archive.csx