Skip to content

Commit

Permalink
Change echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 4, 2024
1 parent ac36f94 commit 46ddb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
id-token: write
contents: read
steps:
- name: Save event payload to file
run: echo "${{ toJson(github.event) }}" > event_payload.json
- name: Echo event payload
run: echo "${{ toJson(github.event.inputs) }}"
- name: Checkout repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 46ddb06

Please sign in to comment.