Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlrogers authored May 13, 2022
1 parent 3fe49d9 commit aa7b8b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ runs:
for line in $content; do
key=$(cut -d "=" -f1 <<< $line)
secret=$(cut -d "=" -f2- <<< $line)
secret=$(tr -d '\\n' <<< $secret)
if [[ $DISABLE_MASKING == 'false' && $key != DOPPLER* && $key != $DEBUG_PREFIX* ]]; then echo "::add-mask::${secret}"; fi
echo "${key}=${secret}" >> $GITHUB_ENV
done
Expand Down

0 comments on commit aa7b8b8

Please sign in to comment.