Skip to content

Commit

Permalink
💚 (gh-actions) whoops missed @main revert [b]
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Feb 22, 2024
1 parent 8aa86eb commit 9ecac5f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,29 +105,29 @@ jobs:

- name: '💽️ Init'
id: push-init
uses: JeromeFitz/websites/.github/actions/init@NICE-65
uses: JeromeFitz/websites/.github/actions/init@main

- name: '📦 Install'
id: push-install
uses: JeromeFitz/websites/.github/actions/install@NICE-65
uses: JeromeFitz/websites/.github/actions/install@main

- name: '🔺️ Cache (vercel)'
id: push-cache-vercel
uses: JeromeFitz/websites/.github/actions/cache-turbo@NICE-65
uses: JeromeFitz/websites/.github/actions/cache-turbo@main
with:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}

- name: '🚨️ Lint'
id: push-lint
uses: JeromeFitz/websites/.github/actions/lint@NICE-65
uses: JeromeFitz/websites/.github/actions/lint@main
with:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}

- name: '🧪 Test'
id: push-test
uses: JeromeFitz/websites/.github/actions/test@NICE-65
uses: JeromeFitz/websites/.github/actions/test@main
with:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand All @@ -142,7 +142,7 @@ jobs:
- name: '🎭 E2E'
id: push-e2e
if: ${{ contains(steps.push-commit-message.outputs.message, '[b]') }}
uses: JeromeFitz/websites/.github/actions/e2e@NICE-65
uses: JeromeFitz/websites/.github/actions/e2e@main
with:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
Expand All @@ -152,14 +152,14 @@ jobs:

- name: '🏷️ Release'
id: push-release
uses: JeromeFitz/websites/.github/actions/release@NICE-65
uses: JeromeFitz/websites/.github/actions/release@main
with:
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

- name: '🔺️ Deploy (Production)'
id: push-deploy
if: github.ref == 'refs/heads/main'
uses: JeromeFitz/websites/.github/actions/deploy@NICE-65
uses: JeromeFitz/websites/.github/actions/deploy@main
with:
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down

0 comments on commit 9ecac5f

Please sign in to comment.