Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update_formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: Commit
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git config --global user.email "[email protected]"
git config --global user.name "DevCycle Automation"
git add -A
git commit -m "Update to version ${{ steps.npm_data.outputs.latest_version }}"

Expand Down
3 changes: 2 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.