Skip to content

Commit

Permalink
misc:updating github_output command
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 5, 2024
1 parent 9b2b56f commit 7c1ebb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:

- name: Setup Variables Files
run: |
pwd
secret_names=$(gh api repos/equinix/terraform-equinix-fabric/actions/secrets | \
jq -r '.secrets[].name | select(startswith("TEST_DATA_UAT"))')
echo "::set-output name=secret_names::$secret_names"
echo "::GITHUB_OUTPUT name=secret_names::$secret_names"
pwd
for secret_name in $secret_names; do
if [[ "$secret_name" == *"PORT_CONNECTION_PORT_ZSIDE"* ]]; then
Expand Down

0 comments on commit 7c1ebb6

Please sign in to comment.