test
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
This commit is contained in:
parent
4a0a4af998
commit
910ed2ef37
|
@ -5,7 +5,11 @@ on: [push]
|
|||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ps_runner_labels
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
# volumes:
|
||||
# - ubuntu_hostedtoolcache:/opt/hostedtoolcache
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
|
|
Loading…
Reference in New Issue