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