Skip to content

Commit

Permalink
chore(ci): fix step summary (#10976)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed May 31, 2023
1 parent e5faf78 commit a9ff98a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
cat $GITHUB_OUTPUT
echo "### :package: Building and packaging for $release_desc" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "- event_name: ${{ github.event_name }}" >> $GITHUB_STEP_SUMMARY
echo "- ref_name: ${{ github.ref_name }}" >> $GITHUB_STEP_SUMMARY
echo "- inputs.version: ${{ github.event.inputs.version }}" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "```" >> $GITHUB_STEP_SUMMARY
echo >> $GITHUB_STEP_SUMMARY
echo '- event_name: ${{ github.event_name }}' >> $GITHUB_STEP_SUMMARY
echo '- ref_name: ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
echo '- inputs.version: ${{ github.event.inputs.version }}' >> $GITHUB_STEP_SUMMARY
echo >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
cat $GITHUB_OUTPUT >> $GITHUB_STEP_SUMMARY
echo "```" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
build-packages:
needs: metadata
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
./configure --prefix=/usr/local/git
make -j$(nproc)
make install
- name: Add Git to PATH
if: matrix.package == 'rpm' || matrix.image == 'ubuntu:18.04'
run: |
Expand Down

1 comment on commit a9ff98a

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:a9ff98a168924b8135eda010f3c79bc91c157908
Artifacts available https://github.com/Kong/kong/actions/runs/5132735922

Please sign in to comment.