From 9d5218b3b0c287f0d91fd2c9b96ca4dc7fb58eff Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 31 Oct 2023 14:27:27 +0000 Subject: [PATCH] Remove hard-coded repository URL Use `github.repository` to get the repository name instead of hard-coding it. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1546c7513e7..abc75c894b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,7 +195,7 @@ jobs: --application-name "Polly" --publisher-name "App vNext" --description "Polly" - --description-url "https://github.com/App-vNext/Polly" + --description-url "https://github.com/${{ github.repository }}" --azure-key-vault-certificate "${{ secrets.SIGN_CLI_CERT_NAME }}" --azure-key-vault-client-id "${{ secrets.SIGN_CLI_APPLICATION_ID }}" --azure-key-vault-client-secret "${{ secrets.SIGN_CLI_SECRET }}"