Skip to content

Commit

Permalink
fix updateVendorHash (#793)
Browse files Browse the repository at this point in the history
* let's create PRs instead of direct commits

* remove body
  • Loading branch information
hilmarf authored Jun 4, 2024
1 parent 7f814d5 commit 1ba6e56
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/flake_vendorhash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,13 @@ jobs:
${diff}
\`\`\`
EOF
cat << EOF >> "$GITHUB_OUTPUT"
body=\`\`\`diff
${diff}
\`\`\`
EOF
- 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
body: ${{ steps.check-diff.outputs.body }}
branch: nix/flake
committer: OCMBot <[email protected]>
add-paths: |
Expand Down

0 comments on commit 1ba6e56

Please sign in to comment.