Skip to content

Commit 906b7c9

Browse files
authored
dfg
1 parent 3d56809 commit 906b7c9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/a.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Publish extension to phcode.dev extension store test2
2+
3+
on:
4+
release:
5+
types:
6+
- edited
7+
- published
8+
- released
9+
10+
jobs:
11+
build-tasks:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Dump GitHub context
15+
id: github_context_step
16+
run: echo '${{ toJSON(github) }}'
17+
- name: release details
18+
run: |
19+
echo "$GITHUB_REF repo=${{github.event.repository.full_name}}"
20+
curl https://fec4b104-cdd5-469f-95c3-860cfdb7ac46.mock.pstmn.io/test?pub=${{github.event.repository.full_name}}:$GITHUB_REF

0 commit comments

Comments
 (0)