1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Update workflow-commands-for-github-actions.md

This commit is contained in:
Ferenc Hammerl
2021-08-30 12:45:50 +02:00
committed by GitHub
parent 3f7d31198e
commit ba237b6c2e

View File

@@ -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'