Skip to content

Commit

Permalink
[dev-v2.10] Test auto bump trigger (#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored Dec 12, 2024
1 parent d2fa4f5 commit 7d8b1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Parse JSON Payload
id: parse_payload
run: |
echo ${{ github.event.inputs.payload }} | jq -r '.package, .branch' | {
echo '${{ github.event.inputs.payload }}' | jq -r '.package, .branch' | {
read package
read branch
echo "PACKAGE=$package" >> $GITHUB_ENV
Expand Down

0 comments on commit 7d8b1fd

Please sign in to comment.