We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527c7e3 commit a1f487aCopy full SHA for a1f487a
2 files changed
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
- '.github/ISSUE_TEMPLATE/**'
11
- '.github/PULL_REQUEST_TEMPLATE.md'
12
- '.github/workflows/mdbook.yml'
13
+ - '.github/workflows/ldmx-sw-dependabot.yml'
14
- '.github/workflows/README.md'
15
branches:
16
- "**"
.github/workflows/ldmx-sw-dependabot.yml
@@ -26,7 +26,7 @@ jobs:
26
git switch -c auto-ldmx-sw-test-update
27
git add ci/ldmx-sw-to-test.json
28
git commit -m "Auto ldmx-sw Version Update" || exit 0
29
- git push -fu origin auto-runner-update
+ git push -u origin auto-runner-update
30
gh pr create \
31
--base main \
32
--head auto-runner-update \
0 commit comments