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 39d777c commit 01d503aCopy full SHA for 01d503a
.github/workflows/update-flake-dependencies.yml
@@ -25,6 +25,9 @@ jobs:
25
COMMIT_BRANCH: automation/update-flake-dependencies
26
COMMIT_MESSAGE: "chore(nix): Update Flake dependencies"
27
run: |
28
+ # create the branch on the remote
29
+ git branch "$COMMIT_BRANCH"
30
+ git push -u origin "$COMMIT_BRANCH"
31
# commit via the GitHub API so we get automatic commit signing
32
gh api --method PUT /repos/1Password/shell-plugins/contents/$FILE_TO_COMMIT \
33
--field message="$COMMIT_MESSAGE" \
0 commit comments