fix run con
This commit is contained in:
parent
519bf08fa7
commit
f18da0771c
|
@ -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*
|
||||
|
|
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue