File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 6363 if : github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
6464 runs-on : ubuntu-latest
6565 env :
66- TEST_MSG : " asdf test "
66+ TEST_MSG : " REPLACE_ME "
6767 steps :
6868 - name : ⬇️ Checkout repo
6969 uses : actions/checkout@v3
7979 - uses : actions/github-script@v6
8080 with :
8181 script : |
82- console.log("Context: ", context.payload)
83- console.log("repo: ", context.payload.repository)
84- console.log("owner: ", context.payload.repository.owner)
85-
8682 github.rest.repos.updateRelease({
87- owner: "dbsystel" ,
83+ owner: context.payload.repository.owner.login ,
8884 repo: context.payload.repository.name,
8985 release_id: context.payload.release.id,
9086 body: process.env.TEST_MSG
You can’t perform that action at this time.
0 commit comments