We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e02f8a commit 46d7ceaCopy full SHA for 46d7cea
.github/workflows/update-flake-dependencies.yml
@@ -38,7 +38,7 @@ jobs:
38
# commit via the GitHub API so we get automatic commit signing
39
gh api --method PUT /repos/1Password/shell-plugins/contents/$FILE_TO_COMMIT \
40
--field message="$COMMIT_MESSAGE" \
41
- --field content=@<(base64 -i $FILE_TO_COMMIT) \
+ --field content="$(base64 -w 0 $FILE_TO_COMMIT)" \
42
--field branch="$COMMIT_BRANCH" \
43
--field sha="$(git rev-parse $COMMIT_BRANCH:$FILE_TO_COMMIT)"
44
if [ "$BRANCH_EXISTS" = "false" ]; then
0 commit comments