Skip to content

Commit

Permalink
remove trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 27, 2024
1 parent f17c8d9 commit 02e55f9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/renameClicks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,3 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "Update Sounds (renames all multiple click files)" && git push || echo "Nothing to commit, there's no changes."
trigger:
name: Trigger site build
runs-on: ubuntu-latest
needs: ["rename"]
if: always()
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.COOP_BOT_PUSH_BIN_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'clicksounds',
repo: 'geode-clicksound',
workflow_id: 'update-sound-module.yml',
ref: 'main'
})

0 comments on commit 02e55f9

Please sign in to comment.