mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Enable unsafe PR checkout in workflow (#1551)
Our recipes checker workflow is not running code from the checkout out codebase (it runs the recipes-checker tool fetched separately) so allowing the checkout is OK.
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: 'refs/pull/${{ github.event.number }}/merge'
|
ref: 'refs/pull/${{ github.event.number }}/merge'
|
||||||
|
allow-unsafe-pr-checkout: true
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Install tools
|
name: Install tools
|
||||||
|
|||||||
Reference in New Issue
Block a user