Update action refs
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- name: Run the Container Action
|
||||
id: run
|
||||
uses: actions/container-prebuilt-action@latest
|
||||
uses: actions/container-prebuilt-action@v0.1.0
|
||||
with:
|
||||
who-to-greet: Mona Lisa Octocat
|
||||
|
||||
|
||||
+1
-1
@@ -17,6 +17,6 @@ outputs:
|
||||
# Update the image repository and tag below.
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://ghcr.io/actions/container-prebuilt-action:v0.1.0
|
||||
image: docker://ghcr.io/actions/container-prebuilt-action:latest
|
||||
env:
|
||||
INPUT_WHO_TO_GREET: ${{ inputs.who-to-greet }}
|
||||
|
||||
Reference in New Issue
Block a user