File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181 runs-on : ubuntu-latest
8282 steps :
8383 - name : Execute publish workflow
84- uses : apify/workflows/execute-workflow@execute-workflow-action
84+ uses : apify/workflows/execute-workflow@main
8585 with :
8686 workflow : publish_to_npm.yaml
8787 inputs : ' { "ref": "${{ needs.update_changelog.outputs.changelog_commitish }}", "tag": "beta" }'
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 runs-on : ubuntu-latest
104104 steps :
105105 - name : Execute publish workflow
106- uses : apify/workflows/execute-workflow@execute-workflow-action
106+ uses : apify/workflows/execute-workflow@main
107107 with :
108108 workflow : publish_to_npm.yaml
109109 inputs : ' { "ref": "${{ needs.update_changelog.outputs.changelog_commitish }}", "tag": "latest" }'
You can’t perform that action at this time.
0 commit comments