This commit is contained in:
stam 2021-01-17 02:55:06 +03:00
parent 6761f30026
commit 5dd9a9cb63
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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