File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v2.3.4
1818
19+ - name : Set Up Variables
20+ run : echo "action_url=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_ENV
21+
1922 - name : Restore Nuget Packages
2023 run : dotnet restore FileProcessor.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
2124
5457 if : ${{ failure() }}
5558 with :
5659 name : tracelogs
57- path : /home/txnproc/trace/
60+ path : /home/txnproc/trace/
61+
62+ - uses : nashmaniac/create-issue-action@v1.1
63+ if : ${{ failure() }}
64+ name : Create an issue on build failure
65+ with :
66+ title : Investigate Nightly Build Failure
67+ token : ${{secrets.GITHUB_TOKEN}}
68+ labels : nightlybuild
69+ body : Url is ${{env.action_url}}
5870
You can’t perform that action at this time.
0 commit comments