This commit is contained in:
千里走单骑 2024-04-02 23:09:07 +08:00
parent 75304fb632
commit 9d08fcb03f
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,8 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
container:
image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
runs-on: k8s # <-- Used runner label
container: ubuntu:latest
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!"
@ -19,4 +18,5 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: apt update && apt install -y git
- run: docker ps