mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-20 02:47:45 +00:00
fix: nil pointer access ( workflow_dispatch )
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
name: workflow_dispatch
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: exit 0
|
||||
Reference in New Issue
Block a user