Skip to content

Commit

Permalink
Merge pull request #5 from DARPA-ASKEM/typo_in_workflow
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
bigglesandginger authored Nov 23, 2023
2 parents 42ed1ac + 809ca40 commit f96f05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Push to main
run: |
cd ${{ GITHUB_WORKSPACE }}
cd ${{ github.workspace }}
git config user.name github-actions
git config user.email github-actions@github.com
git commit -am "generated text-reading"
Expand Down

0 comments on commit f96f05a

Please sign in to comment.