Skip to content
Snippets Groups Projects
Unverified Commit a34638c1 authored by David Robertson's avatar David Robertson
Browse files

Dependabot changelog: try using branch name

Gonna hope this doesn't use the merge ref and is good enough
parent 5a6d0252
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ jobs: ...@@ -45,8 +45,8 @@ jobs:
# develop; use github.event.pull_request.head.ref above to commit to the PR # develop; use github.event.pull_request.head.ref above to commit to the PR
# branch. # branch.
run: | run: |
gh workflow run "tests.yml" --ref "$GITHUB_REF" gh workflow run "tests.yml" --ref "${{ github.event.pull_request.head.ref }}"
gh workflow run "release-artifacts.yml" --ref "$GITHUB_REF" gh workflow run "release-artifacts.yml" --ref "${{ github.event.pull_request.head.ref }}"
shell: bash shell: bash
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment