Skip to content

Commit 61761d9

Browse files
committed
temp: print github context vars
1 parent d70aefa commit 61761d9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,15 @@ jobs:
131131
- name: Deploy
132132
if: (github.event_name == 'repository_dispatch') || (github.event_name == 'push' && github.ref == 'refs/heads/main')
133133
run: make deploy-windows-packages
134+
update-lifecycle-version:
135+
name: Update lifecycle version of sample builders
136+
runs-on: ubuntu-latest
137+
steps:
138+
- name: Checkout Repository
139+
uses: actions/checkout@v3
140+
- name: Update lifecycle version
141+
run: echo ${{ github.event.client_payload.version }}
142+
- name: Check event event_name
143+
run: echo ${{ github.event_name }}
144+
145+

0 commit comments

Comments
 (0)