Skip to content

Commit 50ba358

Browse files
authored
Update .github/workflows/files-changed.yml
1 parent f3423d0 commit 50ba358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/files-changed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
id: changes
3737
with:
3838
# needed for `act_runner exec`
39-
base: ${{ env.ACT_EXEC == 'true' && 'HEAD' || '' }}
39+
base: main
40+
ref: ${{ env.ACT_EXEC == 'true' && 'HEAD' || env.GITHUB_REF }}
4041
filters: |
4142
backend:
4243
- "**/*.go"

0 commit comments

Comments
 (0)