Skip to content

Commit

Permalink
fix: gh ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Aug 14, 2024
1 parent 423a23d commit efb6203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nuxt-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:

- name: Install dependencies
run: |
cd injective-nuxt-api
cd nuxtApi
yarn install
- name: Commit changes
run: |
cd injective-nuxt-api
cd nuxtApi
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add .
git commit -m "chore: package bump"
- name: Push changes
run: |
cd injective-nuxt-api
cd nuxtApi
git push origin master

0 comments on commit efb6203

Please sign in to comment.