mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-05-23 08:55:54 +00:00
Create evil action.yml
This commit is contained in:
parent
35d5669990
commit
ca5b404128
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue