7979 if : ${{ inputs.runs-on == 'ubuntu-latest' }}
8080 runs-on : ${{ inputs.runs-on }}
8181 steps :
82- # Need to check out as part of the test, as its a local action
82+ # Need to check out as part of the test, as it's a local action
8383 - name : Checkout repo
8484 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8585 with :
@@ -105,7 +105,7 @@ jobs:
105105 if : ${{ inputs.runs-on == 'ubuntu-latest' }}
106106 runs-on : ${{ inputs.runs-on }}
107107 steps :
108- # Need to check out as part of the test, as its a local action
108+ # Need to check out as part of the test, as it's a local action
109109 - name : Checkout repo
110110 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
111111 with :
@@ -131,7 +131,7 @@ jobs:
131131 if : ${{ inputs.runs-on == 'ubuntu-latest' }}
132132 runs-on : ${{ inputs.runs-on }}
133133 steps :
134- # Need to check out as part of the test, as its a local action
134+ # Need to check out as part of the test, as it's a local action
135135 - name : Checkout repo
136136 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
137137 with :
@@ -156,7 +156,7 @@ jobs:
156156 if : ${{ inputs.runs-on == 'ubuntu-latest' }}
157157 runs-on : ${{ inputs.runs-on }}
158158 steps :
159- # Need to check out as part of the test, as its a local action
159+ # Need to check out as part of the test, as it's a local action
160160 - name : Checkout repo
161161 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
162162 with :
0 commit comments