fix run con

This commit is contained in:
千里走单骑 2024-04-03 01:43:05 +08:00
parent 519bf08fa7
commit f18da0771c
2 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,8 @@ run-name: ${{ github.actor }} Gitea Actions 🚀🚀🚀
on: on:
push: push:
# Sequence of patterns matched against refs/heads # Sequence of patterns matched against refs/heads
branches: # branches:
- main # - main
# Sequence of patterns matched against refs/tags # Sequence of patterns matched against refs/tags
tags: tags:
- v* - v*

View File

@ -5,6 +5,10 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
volumes:
- /var/run/user/1000/docker.sock:/var/run/docker.sock
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"