Skip to content

Commit cc5188c

Browse files
authored
Create git_ref_context.yaml
1 parent d298896 commit cc5188c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
name: git_ref_context
3+
4+
on:
5+
release:
6+
types: [published]
7+
workflow_dispatch:
8+
9+
jobs:
10+
job1:
11+
name: shows context
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: show context
15+
run: |
16+
echo ${{ github.ref }}

0 commit comments

Comments
 (0)