Skip to content

Commit

Permalink
Update flake_vendorhash.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Jun 5, 2024
1 parent 6a40d5e commit 106cb28
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/flake_vendorhash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ jobs:
- name: Check diff and create action summary
id: check-diff
run: |
cat << EOF >> gpg-wrapper
#!/bin/bash
gpg --passphrase "${{ secrets.OCMBOT_SIGNING_KEY_PASS }}" --yes --batch $pflag --pinentry-mode loopback $@ <&0
exit $?
EOF
diff=$(git diff)
if [[ -z "$diff" ]]; then
echo "Everything is tidy."
Expand All @@ -123,7 +117,6 @@ jobs:
echo "body=$(realpath body)" >> "$GITHUB_OUTPUT"
- name: Commit
run: |
export GPG_PASS=
cat << EOF >> gpg-wrapper
#!/bin/bash
gpg --passphrase "${{ secrets.OCMBOT_SIGNING_KEY_PASS }}" --yes --batch $pflag --pinentry-mode loopback $@ <&0
Expand All @@ -132,7 +125,6 @@ jobs:
chmod +x gpg-wrapper
git config --global gpg.program "$(realpath gpg-wrapper)"
git add flake.*
git status
git commit -S -m "update vendorHash"
- name: Create pull request
id: create_pull_request
Expand Down

0 comments on commit 106cb28

Please sign in to comment.