From 58dbe053780f169027045b8312e423ce13648559 Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Wed, 31 Jan 2024 21:51:27 -0800 Subject: [PATCH] Also fix the VCS url included in the package --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index 957ecfa..b90b9fd 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}