Skip to content

Commit

Permalink
[dev-v2.10] debugging received payload 3 (#4859)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored Dec 12, 2024
1 parent ad642a3 commit a314be0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/auto-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ jobs:
- name: Parse JSON Payload
id: parse_payload
run: |
echo '${{ github.event.inputs.chart }}' | jq -r '.chart' | {
read chart
echo "CHART=$chart" >> $GITHUB_ENV
}
echo '${{ github.event.inputs.branch }}' | jq -r '.branch' | {
read branch
echo "BRANCH=$branch" >> $GITHUB_ENV
}
echo "CHART=${{ github.event.inputs.chart }}" >> $GITHUB_ENV
echo "BRANCH=${{ github.event.inputs.branch }}" >> $GITHUB_ENV
- name: make chart-bump
run: |
Expand Down

0 comments on commit a314be0

Please sign in to comment.