We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505131b commit 3675c14Copy full SHA for 3675c14
1 file changed
.github/workflows/validate-pr-metadata.yml
@@ -25,8 +25,8 @@ jobs:
25
steps:
26
- name: checkout base branch
27
uses: actions/checkout@v7
28
- allow-unsafe-pr-checkout: true
29
with:
+ allow-unsafe-pr-checkout: true
30
ref: ${{ github.event.pull_request.head.sha }}
31
- name: Get changed files
32
id: changed-files
0 commit comments