Skip to content

Commit

Permalink
env for thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Sep 17, 2024
1 parent b9a414c commit b19beab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/actions/test-product/action.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test Product
description: Run the Pester tests for a given product
inputs:
# Thumbprint:
# required: true
# description: "The certificate thumbprint"
Thumbprint:
required: true
description: "The certificate thumbprint"
Alias:
required: true
description: "The alias of the product being tested"
Expand All @@ -15,7 +15,7 @@ runs:
steps:
- run: |
echo "thmb"
echo $env::Thumbprint
echo "${{ inputs.Thumbprint }}"
echo "alis"
echo "${{ inputs.Alias }}"
echo "params"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/function_test_teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Test
id: test-product
uses: ./repo/.github/actions/test-product
# env:
# Thumbprint: ${{ steps.get-thumbprint.outputs.thumbprint }}
env:
Thumbprint: ${{ steps.get-thumbprint.outputs.thumbprint }}
with:
Alias: Tms_Tenant1
TestParams: ${{ secrets.TestParams }}
Expand Down

0 comments on commit b19beab

Please sign in to comment.