chore(build): document action tag referenced by hash #2751
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push Workflow Trigger | |
on: | |
push | |
jobs: | |
check-dependabot: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "Push event occured, subsequently workflows will be triggered." |