Gradient Actions
container
uses: container@v1
with:
image: bash:3
args: ["echo", "hello", "world"]git-checkout
inputs:
repo:
type: volume
uses: git-checkout@v1
with:
url: https://github.com/user/public-repo
ref: 46aa59d6ecc3720ffe2454a6d9d360e6ce75acce #optional git refLast updated