Dependabot changelog: try using branch name

Gonna hope this doesn't use the merge ref and is good enough
1.103.0-whithout-watcha
David Robertson 2 years ago
parent 5a6d025246
commit a34638c126
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
  1. 4
      .github/workflows/dependabot_changelog.yml

@ -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 }}

Loading…
Cancel
Save