Skip to content

Commit

Permalink
revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AamirAlam committed Feb 8, 2024
1 parent 278531e commit b1f8c4e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ jobs:
- name: Run build
run: yarn build

- name: Set up Git
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add src/generated/projects.ts
git commit -a -m "update projects ts file"
git push origin ${{ github.head_ref || github.ref_name }}
- name: Commit projects.ts
run: yarn validate

Expand Down

0 comments on commit b1f8c4e

Please sign in to comment.