Skip to content

Commit

Permalink
ci: fix generate baseline pr
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 11, 2024
1 parent cf7e501 commit 58db00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo run --bin generate-baseline

- name: Commit & Push changes
uses: actions-js/push@v1
uses: actions-js/push@v1.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: "reference/results"

0 comments on commit 58db00f

Please sign in to comment.