Skip to content

Commit

Permalink
added stop-commands section (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn authored Dec 19, 2022
1 parent 1ee07ff commit ca1e953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ runs:
fi
echo "::add-mask::$log_token_toggle"
#echo "::stop-commands::$log_token_toggle"
echo "::stop-commands::$log_token_toggle"
token=${{ inputs.token }}
echo "::add-mask::$token"
Expand Down Expand Up @@ -297,7 +297,7 @@ runs:
"${download_url}"
fi
done
#echo "::$log_token_toggle::"
echo "::$log_token_toggle::"
echo "::endgroup::"
Expand Down

0 comments on commit ca1e953

Please sign in to comment.