Skip to content

Commit

Permalink
Also fix the VCS url included in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Feb 1, 2024
1 parent 9008673 commit 58dbe05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ runs:
AUTOBUILD_VCS_BRANCH: ${{ steps.which-branch.outputs.branch || github.ref_name }}
AUTOBUILD_VCS_INFO: "true"
AUTOBUILD_VCS_REVISION: ${{ steps.sha.outputs.long }}
AUTOBUILD_VCS_URL: ${{ github.repositoryUrl }}
BUILD_ID: ${{ inputs.build-id }}
CONFIGURATION: ${{ inputs.configuration }}
PLATFORM: ${{ inputs.platform }}
Expand Down

0 comments on commit 58dbe05

Please sign in to comment.