-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/gitea-actionsrelated to the actions of Gitearelated to the actions of Giteatype/bug
Milestone
Description
Description
I create a repository and action:
name: test
on:
schedule:
- cron: '0/1 * * * *'
jobs:
docker:
runs-on: [ubuntu-latest]
steps:
- name: Test
run: echo "Test run"
It works fine as expected.
But after I mirror this repository , the action of the new repository does nothing.
Gitea Version
1.22.0+dev-506-g91aa26322 built with GNU Make 4.4.1, go1.21.5 : bindata, timetzdata, sqlite,
Can you reproduce the bug on the Gitea demo site?
Yes
How are you running Gitea?
docker
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/gitea-actionsrelated to the actions of Gitearelated to the actions of Giteatype/bug