Move "checkout" comment adjacent to its step
This commit is contained in:
+1
-1
@@ -60,8 +60,8 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# Checkout the repository to the GitHub Actions runner
|
|
||||||
steps:
|
steps:
|
||||||
|
# Checkout the repository to the GitHub Actions runner
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user