Skip to content

Commit

Permalink
Use variable name for source folder in create-json step
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 6, 2024
1 parent 3ebd760 commit 3b94be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
uses: jsdaniell/create-json@v1.2.3
with:
name: "credentials.json"
dir: 'hdfsrc'
dir: '${{ steps.set-file-base.outputs.SOURCE_BASE }}'
json: '{"Endpoint": "${{ secrets.AZURE_ENDPOINT }}","CodeSigningAccountName": "${{ secrets.AZURE_CODE_SIGNING_NAME }}","CertificateProfileName": "${{ secrets.AZURE_CERT_PROFILE_NAME }}"}'
if: ${{ needs.check-secret.outputs.sign-state == 'exists' }}

Expand Down Expand Up @@ -617,7 +617,7 @@ jobs:
uses: jsdaniell/create-json@v1.2.3
with:
name: "credentials.json"
dir: 'hdfsrc'
dir: '${{ steps.set-file-base.outputs.SOURCE_BASE }}'
json: '{"Endpoint": "${{ secrets.AZURE_ENDPOINT }}","CodeSigningAccountName": "${{ secrets.AZURE_CODE_SIGNING_NAME }}","CertificateProfileName": "${{ secrets.AZURE_CERT_PROFILE_NAME }}"}'
if: ${{ needs.check-secret.outputs.sign-state == 'exists' }}

Expand Down

0 comments on commit 3b94be0

Please sign in to comment.