Update .github/workflows/files-changed.yml

This commit is contained in:
silverwind 2023-08-21 16:35:26 +02:00 committed by GitHub
parent f3423d05a5
commit 50ba3580fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ jobs:
id: changes
with:
# needed for `act_runner exec`
base: ${{ env.ACT_EXEC == 'true' && 'HEAD' || '' }}
base: main
ref: ${{ env.ACT_EXEC == 'true' && 'HEAD' || env.GITHUB_REF }}
filters: |
backend:
- "**/*.go"