0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-13 11:05:46 +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 - uses: dorny/paths-filter@v2
id: changes id: changes
with: with:
# needed for `act_runner exec`, is ignored for pull_request event # needed for `act_runner exec`
# base: HEAD ref: ${{ env.ACT_EXEC == 'true' && 'HEAD' || env.GITHUB_REF }}
filters: | filters: |
backend: backend:
- "**/*.go" - "**/*.go"