Skip to content

Commit c16edb5

Browse files
author
Peter Bengtsson
authored
use regular actions/checkout instead of Bhacaz/checkout-files (github#29181)
1 parent a722478 commit c16edb5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/add-review-template.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
if: github.event.label.name == 'add-review-template' && github.repository == 'github/docs-internal'
2020

2121
steps:
22-
- name: Download the template file
23-
uses: Bhacaz/checkout-files@c8f01756bfd894ba746d5bf48205e19000b0742b
24-
with:
25-
files: .github/review-template.md
26-
token: ${{ secrets.GITHUB_TOKEN }}
22+
- name: Checkout
23+
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
2724

2825
# Jump through some hoops to work with a multi-line file
2926
- name: Store review template in variable

0 commit comments

Comments
 (0)