Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update update-submodule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glydric authored Oct 30, 2023
1 parent 5d8808c commit c4472bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: "Submodule Notify Parent"

on: [push, workflow_dispatch]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
dispatch:
runs-on: ubuntu-latest
Expand All @@ -20,4 +17,4 @@ jobs:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: update
client-payload: '{"module":"${{ github.repository }}","sha":"${{ github.sha }}"}'
client-payload: '{"module":"${{ github.repository }}","sha":"${{ github.sha }}"}'

0 comments on commit c4472bf

Please sign in to comment.