We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedd2b0 commit 9f63474Copy full SHA for 9f63474
.github/workflows/npm-release.yml
@@ -37,7 +37,10 @@ jobs:
37
name: package
38
path: "dist/create-polkadot-dapp-*.tgz"
39
40
- - uses: octokit/[email protected]
+ # v2.4.0
41
+ # Working around "Action not found"
42
+ # @see https://github.com/octokit/request-action/issues/315
43
+ - uses: octokit/request-action@bbedc70
44
with:
45
route: POST /repos/paritytech/npm_publish_automation/actions/workflows/publish.yml/dispatches
46
ref: main
0 commit comments