We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11069b6 commit a8a0749Copy full SHA for a8a0749
1 file changed
.github/workflows/welcome.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
generate-prep:
15
- if: github.event.label.name == 'scheduled' || github.event_name == 'workflow_dispatch'
+ if: ${{ github.event.label.name == 'scheduled' || github.event_name == 'workflow_dispatch' }}
16
runs-on: ubuntu-latest
17
18
steps:
@@ -107,8 +107,8 @@ jobs:
107
env:
108
GH_TOKEN: ${{ secrets.COPILOT_PAT }}
109
GUEST_NAME: ${{ steps.parse.outputs.guest_name }}
110
- HANDLE: ${{ steps.parse. outputs.handle }}
111
- PROJECT_NAME: ${{ steps.parse. outputs.project_name }}
+ HANDLE: ${{ steps.parse.outputs.handle }}
+ PROJECT_NAME: ${{ steps.parse.outputs.project_name }}
112
PROJECT_REPO: ${{ steps.parse.outputs.project_repo }}
113
GUEST_BACKGROUND: ${{ steps.parse.outputs.guest_background }}
114
run: |
0 commit comments