We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use curl and use https://github.com/peter-evans/repository-dispatch/blob/main/action.yml
https://gist.github.com/Daniel-ltw/552b90800b07c22e4a83dfa68ada6318
Never mind, use OctoKit instead:
- name: Deploy Stage uses: actions/github-script@v5 with: script: | await github.rest.actions.createWorkflowDispatch({ 'Mause', 'fdroidrepo', 'workflows/update.yaml', 'main', });
- name: Bundle id: bundle if: ${{ steps.changesets.outputs.published == 'true' }} uses: actions/github-script@v6 with: script: | try { const result = await github.rest.actions.createWorkflowDispatch({ owner: 'asdads', repo: 'asdasd', workflow_id: 'abc.yml', ref: 'main', inputs: { tags: ${{ steps.docker.id }} }, }) console.log(result); } catch(error) { console.error(error); core.setFailed(error); }
The text was updated successfully, but these errors were encountered:
Workflow dispatch and repository dispatch are 2 different things.
Sorry, something went wrong.
Use @actions/http-client instead?
Basic, Bearer and PAT Support out of the box. Extensible handlers for others.
No branches or pull requests
Use curl and use https://github.com/peter-evans/repository-dispatch/blob/main/action.yml
https://gist.github.com/Daniel-ltw/552b90800b07c22e4a83dfa68ada6318
Never mind, use OctoKit instead:
The text was updated successfully, but these errors were encountered: