Skip to content

Commit

Permalink
Moved variables to env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 29, 2024
1 parent 529489b commit 68c6f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ env:
PKG_REPOSITORY: "${{ inputs.REPOSITORY }}"
REFERENCE: "${{ github.ref_name }}"
TEST_NAME: "test_assistant"
REPOSITORY_URL: "${{ github.server_url }}${{ github.repository_owner }}/${{ github.repository }}.git"
REPOSITORY_URL: "${{ github.server_url }}/${{ github.repository_owner }}/${{ github.repository }}.git"

permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit 68c6f3b

Please sign in to comment.