Skip to content

Commit

Permalink
fix: ignore [auto] insteadf
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Oct 29, 2023
1 parent 7335dd4 commit 42cb84f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
if: ${{ !contains(github.event.head_commit.message, '[auto]') }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run: pnpm install

- name: Update catalogue data
env:
IGDB_API_KEY: ${{ secrets.IGDB_KEY }}
IGDB_CLIENT_ID: ${{ secrets.IGDB_CLIENT }}
TMDB_API_KEY: ${{ secrets.TMDB_KEY }}
run: pnpm run update-data

- name: Commit changes
Expand Down

0 comments on commit 42cb84f

Please sign in to comment.