From ca5b4041287c8e36e085f934d2bdbdb7c8d0fc8d Mon Sep 17 00:00:00 2001 From: sanling1 <504767574@qq.com> Date: Fri, 24 Apr 2026 08:58:45 +0800 Subject: [PATCH] Create evil action.yml --- .github/actions/evil/action.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/actions/evil/action.yml 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