update test
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
parent
e45b4b21e8
commit
b2136c96b7
@ -7,10 +7,8 @@ jobs:
|
|||||||
name: opensuse container checkout test
|
name: opensuse container checkout test
|
||||||
steps:
|
steps:
|
||||||
- name: Hello world action step
|
- name: Hello world action step
|
||||||
id: hello
|
|
||||||
uses: https://src.opensuse.org/alexlau/gitea-actions-test/@v3
|
uses: https://src.opensuse.org/alexlau/gitea-actions-test/@v3
|
||||||
with:
|
with:
|
||||||
who-to-greet: 'AvengerMoJo'
|
who-to-greet: 'AvengerMoJo'
|
||||||
# Use the output from the `hello` step
|
|
||||||
- name: Get the output time
|
- name: Get the output time
|
||||||
run: echo "The time was ${{ steps.hello.outputs.time }}"
|
run: echo "The time was ${{ steps.hello.outputs.time }}"
|
||||||
|
@ -5,5 +5,4 @@ RUN zypper --non-interactive install osc
|
|||||||
RUN zypper --non-interactive clean --all
|
RUN zypper --non-interactive clean --all
|
||||||
|
|
||||||
COPY hello.sh /hello.sh
|
COPY hello.sh /hello.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/hello.sh"]
|
ENTRYPOINT ["/hello.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user