mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-01-13 23:28:21 +03:00
bump
This commit is contained in:
parent
6761f30026
commit
5dd9a9cb63
12
.github/workflows/json-master.yml
vendored
12
.github/workflows/json-master.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user