Skip to content

Commit

Permalink
Fix content param (#12576)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Feb 5, 2024
1 parent bd41d9d commit 9cc1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export SHA=$(git rev-parse "$BRANCH:$FILE_TO_COMMIT")
gh api --method PUT "/repos/${REPO}/contents/$FILE_TO_COMMIT" \
--field message="Update $FILE_TO_COMMIT" \
--field content="@<(base64 -i $FILE_TO_COMMIT)" \
--field content=@<(base64 -i $FILE_TO_COMMIT) \
--field sha="${SHA}" \
--field branch="${BRANCH}"
env:
Expand Down

0 comments on commit 9cc1c59

Please sign in to comment.