Skip to content

Commit

Permalink
can't use greater than less than
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Dec 14, 2023
1 parent fdf2dba commit d021fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
run: |
cd conda-store-repo
cp ../playwright-tests/*.png docusaurus-docs/conda-store-ui/images/.
git config user.name ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
git config user.email 'noreply@github.com'
git config user.name ${{ github.actor }}
git config user.email '${{ github.actor }}@users.noreply.github.com'
git add -A
git commit -m "commit all changes"
Expand Down

0 comments on commit d021fcc

Please sign in to comment.