Skip to content

Commit

Permalink
Fix add-and-commit warning (#690)
Browse files Browse the repository at this point in the history
The `add-and-commit` action was updated to a version that deprecated
some action inputs. This fixes the inputs and makes the message more
consistent with the selenium screenshot committer.
  • Loading branch information
nmattia authored Jun 17, 2022
1 parent 39cb10c commit ade9317
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' }}
with:
add: src
author_name: Formatting Committer
author_email: "<nobody@example.com>"
message: "Updating rust formatting"
# do not pull: if this branch is behind, then we might as well let
# the pushing fail
pull_strategy: "NO-PULL"
default_author: github_actions
message: "🤖 cargo-fmt auto-update"

0 comments on commit ade9317

Please sign in to comment.