File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ jobs:
156
156
157
157
ARM-GCC :
158
158
env :
159
- prBranchName : ' ${{ github.event.pull_request.base.label }}'
160
- prUserName : ' ${{ github.event.pull_request.base.user }}'
159
+ prBranchName : ${{ github.event.pull_request.base.label }}
160
+ prUserName : ${{ github.event.pull_request.base.user }}
161
161
name : GNU ARM Toolchain
162
162
strategy :
163
163
fail-fast : false
@@ -217,7 +217,7 @@ jobs:
217
217
fetch-depth : 1
218
218
219
219
- name : Checkout ${{ env.prUserName }}/FreeRTOS:main Repository
220
- if : ${{ steps.checkout-user-fork-and-branch.outcome }} == 'failure'
220
+ if : steps.checkout-user-fork-and-branch.outcome == 'failure'
221
221
id : checkout-user-fork
222
222
continue-on-error : true
223
223
uses : actions/checkout@v3
@@ -228,7 +228,7 @@ jobs:
228
228
fetch-depth : 1
229
229
230
230
- name : Checkout FreeRTOS/FreeRTOS:main Repository
231
- if : ( ${{ steps.checkout-user-fork.outcome }} == 'failure' )
231
+ if : steps.checkout-user-fork.outcome == 'failure'
232
232
uses : actions/checkout@v3
233
233
with :
234
234
sparse-checkout : ' FreeRTOS/Demo'
You can’t perform that action at this time.
0 commit comments