Skip to content

Commit

Permalink
Add Git credentials to GH Actions once again
Browse files Browse the repository at this point in the history
  • Loading branch information
antecedent committed Jan 20, 2022
1 parent 573e93e commit 94fe587
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ jobs:
uses: actions/checkout@v2
with:
ref: gh-pages


- name: Configure Git credentials
run: |
git config --global user.name antecedent
git config --global user.email [email protected]
- name: Commit and push
run: |
git commit --allow-empty -m "Deploy version ${{ github.ref }}"
Expand Down

0 comments on commit 94fe587

Please sign in to comment.