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 a722478 commit c16edb5Copy full SHA for c16edb5
.github/workflows/add-review-template.yml
@@ -19,11 +19,8 @@ jobs:
19
if: github.event.label.name == 'add-review-template' && github.repository == 'github/docs-internal'
20
21
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 }}
+ - name: Checkout
+ uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
27
28
# Jump through some hoops to work with a multi-line file
29
- name: Store review template in variable
0 commit comments