Skip to content

Commit

Permalink
add json format to values var
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSinelnik committed Jun 25, 2024
1 parent d8cb9fd commit f1a67e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: test
working-directory: master-branch
run: |
echo ${{ github.event.client_payload }}
echo ${{ github.event.client_payload.version }}
2 changes: 1 addition & 1 deletion .github/workflows/manual-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
event-type: manual-Version
client-payload: ${{github.event.inputs.version}}
client-payload: '{"version": "${{github.event.inputs.version}}"}'

0 comments on commit f1a67e9

Please sign in to comment.