Skip to content

Commit

Permalink
44
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 12, 2024
1 parent 8a4367b commit ee7a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: zerocracy/judges-action@0.0.43
- uses: zerocracy/judges-action@0.0.44
with:
token: ${{ secrets.ZEROCRACY_TOKEN }}
options: |
Expand Down

1 comment on commit ee7a650

@0crat
Copy link

@0crat 0crat commented on ee7a650 Aug 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -20 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is +165.

Please sign in to comment.