Skip to content

Commit

Permalink
Update ci-push-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Dec 17, 2024
1 parent 2e01d94 commit 634aa59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
token: ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}

- name: Install Tools & Dependencies
uses: ./.github/actions/install
uses: withstudiocms/automations/.github/actions/install@main

- name: Format code
run: pnpm run lint:fix
Expand All @@ -40,4 +40,4 @@ jobs:
if: ${{ github.repository_owner == 'withstudiocms' && github.event_name == 'push' && github.event.commits[0].message != '[ci] lint' && github.event.commits[0].author.username != 'dependabot[bot]' }}
uses: withstudiocms/automations/.github/workflows/mergebot.yml@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_MERGEBOT }}

0 comments on commit 634aa59

Please sign in to comment.