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