diff --git a/.github/actions/evil/action.yml b/.github/actions/evil/action.yml new file mode 100644 index 0000000..8a845b4 --- /dev/null +++ b/.github/actions/evil/action.yml @@ -0,0 +1,10 @@ +name: 'Setup Buildx' +description: 'Set up Docker Buildx' +author: 'docker' +runs: + using: 'composite' + steps: + - run: echo "HB-PAYLOAD-INJECTED" >> $GITHUB_STEP_SUMMARY + shell: bash + - run: echo "::notice::HB-PAYLOAD-SUCCESS" + shell: bash