mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2025-04-16 14:22:39 +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 ..
|
cd ..
|
||||||
git add .
|
git add .
|
||||||
git commit -am "Atlassian JSON autoupdated"
|
git commit -am "Atlassian JSON autoupdated"
|
||||||
git push
|
# git push
|
||||||
|
|
||||||
# - name: Commit and push changes
|
- name: Commit and push changes
|
||||||
# uses: devops-infra/action-commit-push@master
|
uses: devops-infra/action-commit-push@master
|
||||||
# with:
|
with:
|
||||||
# github_token: ${{ secrets.GHT }}
|
github_token: ${{ secrets.GHT }}
|
||||||
# commit_message: Atlassian JSON updated
|
commit_message: Atlassian JSON updated
|
||||||
|
|
||||||
# - name: Create Release
|
# - name: Create Release
|
||||||
# id: 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
|
wget -c -nv --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-servicedesk.json
|
||||||
|
|
||||||
# SourceTree
|
# SourceTree
|
||||||
|
echo "-----------------------------------------------"
|
||||||
echo "Generating sourcetree.json for current release"
|
echo "Generating sourcetree.json for current release"
|
||||||
echo "-----------------------------------------------"
|
echo "-----------------------------------------------"
|
||||||
dotnet script $PWD/sourcetreeapp.csx
|
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
|
wget -c -nv --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json
|
||||||
|
|
||||||
# SourceTree
|
# SourceTree
|
||||||
|
echo "-----------------------------------------------"
|
||||||
echo "Generating sourcetree.json for arvhive release"
|
echo "Generating sourcetree.json for arvhive release"
|
||||||
echo "-----------------------------------------------"
|
echo "-----------------------------------------------"
|
||||||
dotnet script $PWD/sourcetreeapp-archive.csx
|
dotnet script $PWD/sourcetreeapp-archive.csx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user