mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 22:34:36 -05:00
Dependabot changelog: try using branch name
Gonna hope this doesn't use the merge ref and is good enough
This commit is contained in:
parent
5a6d025246
commit
a34638c126
4
.github/workflows/dependabot_changelog.yml
vendored
4
.github/workflows/dependabot_changelog.yml
vendored
@ -45,8 +45,8 @@ jobs:
|
||||
# develop; use github.event.pull_request.head.ref above to commit to the PR
|
||||
# branch.
|
||||
run: |
|
||||
gh workflow run "tests.yml" --ref "$GITHUB_REF"
|
||||
gh workflow run "release-artifacts.yml" --ref "$GITHUB_REF"
|
||||
gh workflow run "tests.yml" --ref "${{ github.event.pull_request.head.ref }}"
|
||||
gh workflow run "release-artifacts.yml" --ref "${{ github.event.pull_request.head.ref }}"
|
||||
shell: bash
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user