Skip to content

Commit

Permalink
chore: trial with dependabot ~ 1 (#555)
Browse files Browse the repository at this point in the history
fix ref for dependabot workflow.
  • Loading branch information
Zeeshan Lakhani authored Feb 5, 2024
1 parent e0bb469 commit 6b9b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.DEPENDABOT_UPDATE_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.head_ref }}

- name: Install Rust Toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 6b9b076

Please sign in to comment.