0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-13 08:55:40 +02:00

try with ref option

This commit is contained in:
silverwind 2023-08-20 16:28:42 +02:00
parent 6c92b75adf
commit 80ae79c061
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -35,8 +35,8 @@ jobs:
- uses: dorny/paths-filter@v2
id: changes
with:
# needed for `act_runner exec`, is ignored for pull_request event
# base: HEAD
# needed for `act_runner exec`
ref: ${{ env.ACT_EXEC == 'true' && 'HEAD' || env.GITHUB_REF }}
filters: |
backend:
- "**/*.go"