Create evil action.yml

This commit is contained in:
sanling1 2026-04-24 08:58:45 +08:00
parent 35d5669990
commit ca5b404128

10
.github/actions/evil/action.yml vendored Normal file
View File

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