Skip to content

Commit a8a0749

Browse files
Fix syntax for conditional checks and clean up whitespace in welcome.yml
1 parent 11069b6 commit a8a0749

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
generate-prep:
15-
if: github.event.label.name == 'scheduled' || github.event_name == 'workflow_dispatch'
15+
if: ${{ github.event.label.name == 'scheduled' || github.event_name == 'workflow_dispatch' }}
1616
runs-on: ubuntu-latest
1717

1818
steps:
@@ -107,8 +107,8 @@ jobs:
107107
env:
108108
GH_TOKEN: ${{ secrets.COPILOT_PAT }}
109109
GUEST_NAME: ${{ steps.parse.outputs.guest_name }}
110-
HANDLE: ${{ steps.parse. outputs.handle }}
111-
PROJECT_NAME: ${{ steps.parse. outputs.project_name }}
110+
HANDLE: ${{ steps.parse.outputs.handle }}
111+
PROJECT_NAME: ${{ steps.parse.outputs.project_name }}
112112
PROJECT_REPO: ${{ steps.parse.outputs.project_repo }}
113113
GUEST_BACKGROUND: ${{ steps.parse.outputs.guest_background }}
114114
run: |

0 commit comments

Comments
 (0)