mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-04-24 08:14:34 +00:00
Create evil action.yml
This commit is contained in:
parent
35d5669990
commit
ca5b404128
10
.github/actions/evil/action.yml
vendored
Normal file
10
.github/actions/evil/action.yml
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user