Skip to content

Commit d813c31

Browse files
committed
fix: 修复action变量
1 parent ece7133 commit d813c31

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/debug.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: debug
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
example-job:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Print all environment variables
14+
run: env

0 commit comments

Comments
 (0)