We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8520e0f commit 8a38fa0Copy full SHA for 8a38fa0
‎.github/workflows/tag-publish.yml‎
@@ -77,9 +77,11 @@ jobs:
77
- uses: actions/github-script@v6
78
with:
79
script: |
80
- console.log(context)
+ console.log("Context: ", context.payload)
81
+ console.log("owner: ", context.payload.owner)
82
+
83
github.rest.repos.updateRelease({
- owner: context.payload.owner.login,
84
+ owner: "dbsystel",
85
repo: context.payload.repository.name,
86
release_id: context.payload.release.id,
87
body: '👋 woo hoo!'
0 commit comments