add echo
This commit is contained in:
parent
d241106a5c
commit
862a778ca7
@ -20,6 +20,9 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Echo test
|
||||||
|
run: echo "${{ inputs.image_name }}"
|
||||||
|
|
||||||
- name: Checkout Code to Build
|
- name: Checkout Code to Build
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user