Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 24, 2025
1 parent 35ec6fa commit 11c648c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/mask_secrets_bulk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
var=(${s//,/ })
val=$(eval echo \$$var)
echo "register mask $var = $val"
echo -e "::add-mask::${val}"
echo "::add-mask::$val"
done
shell: bash

Expand All @@ -32,9 +32,3 @@ runs:
echo -e "show test-secret-2 ${{ env.TEST_SECRET_2 }}"
echo -e "show test-secret-3 ${{ env.TEST_SECRET_3 }}"
shell: bash

- name: Dump
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
shell: bash

0 comments on commit 11c648c

Please sign in to comment.