Skip to content

Commit ed44c27

Browse files
committed
Refactor to an always printed header
1 parent 2966cd8 commit ed44c27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Log Subsite Information
17-
# if: ${{ github.event_name == 'repository_dispatch' }}
16+
- name: Log Action Trigger Info
17+
# https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_dispatch
1818
run: |
19-
echo "## Repository Dispatch Info" >> $GITHUB_STEP_SUMMARY
19+
echo "## Run Info" >> $GITHUB_STEP_SUMMARY
2020
echo "Repository: ${{ github.event.repository.url }}" >> $GITHUB_STEP_SUMMARY
2121
echo "Sender: ${{ github.event.sender.url }}" >> $GITHUB_STEP_SUMMARY
22-
echo "Branch: ${{ github.event.branch }}" >> $GITHUB_STEP_SUMMARY
22+
echo "Branch: ` ${{ github.event.branch }} `" >> $GITHUB_STEP_SUMMARY
2323
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)