We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45bbb7 commit 55e7c9bCopy full SHA for 55e7c9b
1 file changed
.github/workflows/compile-gh-aw-lock.yml
@@ -5,6 +5,9 @@ name: Compile gh-aw lock file
5
# Run manually after changing fix-renovate-tests.md frontmatter.
6
7
on:
8
+ push:
9
+ paths:
10
+ - ".github/workflows/fix-renovate-tests.md"
11
workflow_dispatch:
12
inputs:
13
branch:
@@ -28,7 +31,7 @@ jobs:
28
31
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
32
with:
30
33
token: ${{ env.BOT_TOKEN }}
- ref: ${{ github.event.inputs.branch }}
34
+ ref: ${{ github.event.inputs.branch || github.ref_name }}
35
fetch-depth: 1
36
37
- name: Install gh-aw extension
0 commit comments