Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
60dc6b5e85 | |||
2b80a5d097 | |||
c67125bf2a | |||
ae3e517fec | |||
5738f9f327 | |||
f1613a9de8 | |||
461351567e | |||
fb2fc5111e | |||
b2136c96b7 | |||
e45b4b21e8 | |||
6de8225ea3 | |||
e19dc2794b |
@@ -7,10 +7,9 @@ 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@v4
|
||||||
uses: https://src.opensuse.org/alexlau/gitea-actions-test/@v1
|
|
||||||
with:
|
with:
|
||||||
who-to-greet: 'AvengerMoJo'
|
who-to-greet: 'AvengerMoJo'
|
||||||
# Use the output from the `hello` step
|
id: hello
|
||||||
- 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,6 @@ 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
|
||||||
|
RUN chmod +x /hello.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/hello.sh"]
|
ENTRYPOINT ["/hello.sh"]
|
||||||
|
Reference in New Issue
Block a user