Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matth3wss authored Oct 8, 2023
1 parent d37b5b8 commit b61d308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Build and Deploy
- name: Set Git User
run: |
git config --global user.name "${{ secrets.GITHUB_ACTOR }}"
git config --global user.email "${{ secrets.GITHUB_ACTOR }}@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
Build your project (replace with your build command)
For example, if you're using npm:
Expand Down

0 comments on commit b61d308

Please sign in to comment.