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:
push:
# Sequence of patterns matched against refs/heads
branches:
- main
# branches:
# - main
# Sequence of patterns matched against refs/tags
tags:
- v*

View File

@ -5,6 +5,10 @@ on: [push]
jobs:
Explore-Gitea-Actions:
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:
- 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!"