Skip to content

Commit

Permalink
Merge pull request #8 from kemsakurai/kemsakurai-patch-1
Browse files Browse the repository at this point in the history
Create send-release-info.yml
  • Loading branch information
kemsakurai authored Nov 13, 2023
2 parents 86ed89d + ff315c9 commit 86dceb3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/send-release-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on:
release:
types:
- published
jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- name: Dump env
run: env | sort
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
send-release-info:
runs-on: ubuntu-latest
steps:
- name: Get release info and Post Data
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo send-release-info...

0 comments on commit 86dceb3

Please sign in to comment.