ci: access sha in dispatch event
This commit is contained in:
2
.github/workflows/dispatch-event.yml
vendored
2
.github/workflows/dispatch-event.yml
vendored
@@ -11,6 +11,8 @@ jobs:
|
||||
name: Repository dispatch
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Dispatch event
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
|
||||
Reference in New Issue
Block a user