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 5f91782 commit c4fd723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
\"Branch\": \"${{ github.head_ref }}\",
\"OctopusBuildInformation\": {
\"BuildEnvironment\":\"GithubActions\",
\"VcsCommitNumber\":\"${{ github.ref }}\",
\"VcsCommitNumber\":\"${{ github.sha }}\",
\"VcsCommitUrl\":\"https://github.com/OctopusSamples/RandomQuotes-Java/commit/${{ github.sha }}\",
\"VcsType\": \"Git\",
\"VcsRoot\": \"https://github.com/OctopusSamples/RandomQuotes-Java\"}}" > buildinfo.json; cat buildinfo.json
Expand Down

0 comments on commit c4fd723

Please sign in to comment.