File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments