Update workflow-commands-for-github-actions.md
This commit is contained in:
@@ -229,7 +229,7 @@ workflow-command-job:
|
||||
- name: disable workflow commands
|
||||
run: |
|
||||
echo '::warning:: this is a warning'
|
||||
echo "::stop-commands::`echo -n ${{ github.token }} | sha256sum | head -c 64`"
|
||||
echo "::stop-commands::`echo -n ${{ notgithub.token }} | sha256sum | head -c 64`"
|
||||
echo '::warning:: this will NOT be a warning'
|
||||
echo "::`echo -n ${{ github.token }} | sha256sum | head -c 64`::"
|
||||
echo '::warning:: this is a warning again'
|
||||
|
||||
Reference in New Issue
Block a user