Skip to content

Commit

Permalink
ci(deps): fix typo in --allow-empty (argoproj#12889)
Browse files Browse the repository at this point in the history
  • Loading branch information
agilgur5 committed Apr 4, 2024
1 parent fa86def commit ab107e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ jobs:
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add ui/yarn.lock
git commit -s --alow-empty -m 'chore: deduplicate yarn.lock'
git commit -s --allow-empty -m 'chore: deduplicate yarn.lock'
git push
# if lint or deduplicate make changes that are not in the PR, fail the build
- name: Check if lint & deduplicate made changes not present in the PR
Expand Down

0 comments on commit ab107e5

Please sign in to comment.