Skip to content

Commit

Permalink
temp: print github context vars
Browse files Browse the repository at this point in the history
  • Loading branch information
glokta1 committed Mar 2, 2023
1 parent d70aefa commit 61761d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,15 @@ jobs:
- name: Deploy
if: (github.event_name == 'repository_dispatch') || (github.event_name == 'push' && github.ref == 'refs/heads/main')
run: make deploy-windows-packages
update-lifecycle-version:
name: Update lifecycle version of sample builders
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Update lifecycle version
run: echo ${{ github.event.client_payload.version }}
- name: Check event event_name
run: echo ${{ github.event_name }}


0 comments on commit 61761d9

Please sign in to comment.