@@ -142,35 +142,6 @@ jobs:
142142 -f - \
143143 < ${GITHUB_WORKSPACE}/.signadot/sbx-gh-template.yaml
144144
145- - id : get-comment-body
146- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
147- run : |
148- body="https://app.signadot.com/sandbox/name/${SANDBOX_NAME}"
149- body="${body//'%'/'%25'}"
150- body="${body//$'\n'/'%0A'}"
151- body="${body//$'\r'/'%0D'}"
152- echo "::set-output name=body::$body"
153- - name : Find Comment
154- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
155- uses : peter-evans/find-comment@v2
156- id : fc
157- with :
158- issue-number : ${{ github.event.pull_request.number }}
159- comment-author : ' github-actions[bot]'
160- body-includes : Route Sandbox
161-
162- - name : Create or update comment
163- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
164- uses : peter-evans/create-or-update-comment@v3
165- with :
166- comment-id : ${{ steps.fc.outputs.comment-id }}
167- issue-number : ${{ github.event.pull_request.number }}
168- comment-author : ' github-actions[bot]'
169- body : |
170- Route Sandbox Ready!
171- ${{ steps.get-comment-body.outputs.body }}
172- edit-mode : replace
173-
174145 - name : Run Tests
175146 run : |
176147 # Run the proxy
@@ -246,35 +217,6 @@ jobs:
246217 -f - \
247218 < ${GITHUB_WORKSPACE}/.signadot/sbx-gh-template.yaml
248219
249- - id : get-comment-body
250- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
251- run : |
252- body="https://app.signadot.com/sandbox/name/${SANDBOX_NAME}"
253- body="${body//'%'/'%25'}"
254- body="${body//$'\n'/'%0A'}"
255- body="${body//$'\r'/'%0D'}"
256- echo "::set-output name=body::$body"
257- - name : Find Comment
258- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
259- uses : peter-evans/find-comment@v2
260- id : fc
261- with :
262- issue-number : ${{ github.event.pull_request.number }}
263- comment-author : ' github-actions[bot]'
264- body-includes : Frontend Sandbox
265-
266- - name : Create or update comment
267- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
268- uses : peter-evans/create-or-update-comment@v3
269- with :
270- comment-id : ${{ steps.fc.outputs.comment-id }}
271- issue-number : ${{ github.event.pull_request.number }}
272- comment-author : ' github-actions[bot]'
273- body : |
274- Frontend Sandbox Ready!
275- ${{ steps.get-comment-body.outputs.body }}
276- edit-mode : replace
277-
278220 - name : Run Tests
279221 run : |
280222 # Run the proxy
@@ -346,35 +288,6 @@ jobs:
346288 -f - \
347289 < ${GITHUB_WORKSPACE}/.signadot/sbx-gh-template.yaml
348290
349- - id : get-comment-body
350- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
351- run : |
352- body="https://app.signadot.com/sandbox/name/${SANDBOX_NAME}"
353- body="${body//'%'/'%25'}"
354- body="${body//$'\n'/'%0A'}"
355- body="${body//$'\r'/'%0D'}"
356- echo "::set-output name=body::$body"
357- - name : Find Comment
358- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
359- uses : peter-evans/find-comment@v2
360- id : fc
361- with :
362- issue-number : ${{ github.event.pull_request.number }}
363- comment-author : ' github-actions[bot]'
364- body-includes : Location Sandbox
365-
366- - name : Create or update comment
367- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
368- uses : peter-evans/create-or-update-comment@v3
369- with :
370- comment-id : ${{ steps.fc.outputs.comment-id }}
371- issue-number : ${{ github.event.pull_request.number }}
372- comment-author : ' github-actions[bot]'
373- body : |
374- Location Sandbox Ready!
375- ${{ steps.get-comment-body.outputs.body }}
376- edit-mode : replace
377-
378291 - name : Run Tests
379292 run : |
380293 # Run the proxy
@@ -451,35 +364,6 @@ jobs:
451364 -f - \
452365 < ${GITHUB_WORKSPACE}/.signadot/sbx-gh-template.yaml
453366
454- - id : get-comment-body
455- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
456- run : |
457- body="https://app.signadot.com/sandbox/name/${SANDBOX_NAME}"
458- body="${body//'%'/'%25'}"
459- body="${body//$'\n'/'%0A'}"
460- body="${body//$'\r'/'%0D'}"
461- echo "::set-output name=body::$body"
462- - name : Find Comment
463- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
464- uses : peter-evans/find-comment@v2
465- id : fc
466- with :
467- issue-number : ${{ github.event.pull_request.number }}
468- comment-author : ' github-actions[bot]'
469- body-includes : Driver Sandbox
470-
471- - name : Create or update comment
472- if : ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
473- uses : peter-evans/create-or-update-comment@v3
474- with :
475- comment-id : ${{ steps.fc.outputs.comment-id }}
476- issue-number : ${{ github.event.pull_request.number }}
477- comment-author : ' github-actions[bot]'
478- body : |
479- Driver Sandbox Ready!
480- ${{ steps.get-comment-body.outputs.body }}
481- edit-mode : replace
482-
483367 - name : Run Tests
484368 run : |
485369 # Run the proxy
0 commit comments