Skip to content

Commit 29577bf

Browse files
authored
Create test.yml
1 parent 77cc447 commit 29577bf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
on:
2+
workflow_dispatch:
3+
4+
jobs:
5+
test:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "${{ toJSON(secrets) }}"

0 commit comments

Comments
 (0)