Skip to content

Commit

Permalink
Merge branch 'main' into nix/flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Jun 4, 2024
2 parents 38f82f4 + ee356cd commit 4e7c53a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/flake_vendorhash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,22 @@ jobs:
${diff}
\`\`\`
EOF
- name: Commit
run: |
diff=$(git diff)
if [[ ! -z "$diff" ]]; then
git config --global user.name "ocmbot"
git config --global user.email "[email protected]"
git commit -S -am "update vendorHash"
fi
- name: Create pull request
id: create_pull_request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ steps.generate_token.outputs.token }}
commit-message: update vendorHash
title: Update vendorHash in flake.nix
branch: nix/flake
committer: OCMBot <[email protected]>
team-reviewers: ocm-dev
add-paths: |
flake.nix
flake.lock
Expand Down

0 comments on commit 4e7c53a

Please sign in to comment.