Skip to content

Commit

Permalink
Added more build info
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 15, 2021
1 parent 1f42cb4 commit 5f91782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ jobs:
\"PackageId\": \"app\",
\"Version\": \"0.1.${{ github.run_number }}\",
\"BuildUrl\": \"https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}\",
\"BuildNumber\": \"${{ github.run_number }}\",
\"Branch\": \"${{ github.head_ref }}\",
\"OctopusBuildInformation\": {
\"BuildEnvironment\":\"GithubActions\",
\"VcsCommitNumber\":\"${{ github.ref }}\",
\"VcsType\": \"Git\",
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"}}" > buildinfo.json; echo buildinfo.json
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"}}" > buildinfo.json; cat buildinfo.json
- name: Push Build Info Package
run: >
Expand Down

0 comments on commit 5f91782

Please sign in to comment.