Skip to content

Commit

Permalink
Silly mistake in bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 7, 2024
1 parent a89e1d8 commit bd2967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: "cachix/install-nix-action@v30"
- name: "bump"
run: |
just dpdk_sys_branch="${{ env.dpdk_sys_branch }}" bump
just bump "${{ env.dpdk_sys_branch }}"
- name: "Create Pull Request"
uses: "peter-evans/create-pull-request@v7"
with:
Expand Down

0 comments on commit bd2967e

Please sign in to comment.