Skip to content

Commit

Permalink
ci: try fix check_updates again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 1, 2022
1 parent 997fd50 commit 7e2fe5a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30

env:
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: full
CFG_RELEASE_CHANNEL: nightly

steps:
- name: Clone repository
uses: actions/checkout@v2
Expand All @@ -29,8 +24,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable

- name: Run script
env:
GITHUB_TOKEN: ${{ secrets.GH_DPRINTBOT_PAT }}
run: |
git config user.email "[email protected]"
git config user.name "dprintbot"
Expand Down

0 comments on commit 7e2fe5a

Please sign in to comment.