Skip to content

Commit

Permalink
chore: trial with dependabot ~ 2 (#556)
Browse files Browse the repository at this point in the history
trial... again.
  • Loading branch information
Zeeshan Lakhani authored Feb 6, 2024
1 parent 6b9b076 commit 4e5247d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.DEPENDABOT_UPDATE_TOKEN }}
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Rust Toolchain
uses: dtolnay/rust-toolchain@stable
Expand All @@ -43,4 +44,4 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git commit -am "chore(deps): cargo hakari"
git push
git push --force-with-lease origin HEAD:refs/heads/${{ github.head_ref }}

0 comments on commit 4e5247d

Please sign in to comment.