Skip to content

Commit c54caef

Browse files
Remove safe checkout step from validation workflow
Removed safe checkout step for PR code in workflow.
1 parent ecd965b commit c54caef

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

‎.github/workflows/dio-lab-validate-and-merge.yml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212

1313
steps:
1414
# Realiza o checkout seguro do código do PR
15-
- name: Checkout code from PR (Safe Checkout)
16-
uses: actions/checkout@v4
17-
with:
18-
ref: ${{ github.event.pull_request.head.sha }}
1915

2016
# Valida o PR de acordo com as recomendações do README.md e CONTRIBUTE.md
2117
- name: Validate PR

0 commit comments

Comments
 (0)