File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 3434 path : redpanda-docs
3535 token : ${{ env.ACTIONS_BOT_TOKEN }}
3636
37+ - name : Get commit SHA and build URL
38+ id : commit-info
39+ run : |
40+ COMMIT_SHA="${{ github.event.client_payload.commit_sha }}"
41+ COMMIT_URL="https://github.com/${{ github.event.repository.full_name }}/commit/${COMMIT_SHA}"
42+ echo "COMMIT_SHA=${COMMIT_SHA}" >> $GITHUB_ENV
43+ echo "COMMIT_URL=${COMMIT_URL}" >> $GITHUB_ENV
44+
3745 - name : Install dependencies
3846 run : |
3947 cd ./redpanda-docs/scripts/fetch-from-github
5361 path : redpanda-docs
5462 branch : update-branch-api
5563 title : " auto-docs: Update Cloud API spec"
56- body : " This PR updates the OpenAPI spec file for the Cloud API."
64+ body : |
65+ This PR updates the OpenAPI spec file for the Cloud API.
66+ Triggered by commit: [${{ env.COMMIT_SHA }}](${{ env.COMMIT_URL }})
5767 labels : auto-docs
5868 reviewers : JakeSCahill, kbatuigas
You can’t perform that action at this time.
0 commit comments