Skip to content

Commit acaa13b

Browse files
authored
Create blank.yml
1 parent 61725a1 commit acaa13b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/blank.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on:
4+
release:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/github-script@v2
11+
with:
12+
script: |
13+
core.info('ref: ${{ github.ref }}, sha: ${{ github.sha }}')
14+
core.info(JSON.stringify('${{ toJSON(github) }}', null, 2))

0 commit comments

Comments
 (0)