Skip to content

Commit

Permalink
Edits conformity workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <konstantina.blajukova@gmail.com>
  • Loading branch information
konstantinabl committed Jul 2, 2024
1 parent 795055f commit fd097d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformity-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

- name: Commit openrpc.json
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config user.email "action@github.com"
git config user.name "GitHub Action"
git add openrpc.json
git commit -m "Update openrpc.json" || echo "No changes to commit"
git push
Expand Down

0 comments on commit fd097d9

Please sign in to comment.