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 8abfaaf commit e6523c0Copy full SHA for e6523c0
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Trigger Create Release Workflow
81
uses: benc-uk/workflow-dispatch@v1
82
with:
83
- workflow: 'Create release PR for dist'
+ workflow: dist-pr.yml
84
ref: 'temp-build-branch'
85
token: ${{ secrets.GH_MERGE_TOKEN }} # Use the same token that pushed, it needs 'workflows: write' permissions
86
- inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability
+ inputs: '{ "source_run_id": "${{ github.run_id }}" }' # Optional: Pass the run ID for traceability
0 commit comments