Skip to content

Commit

Permalink
file name
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed Dec 11, 2023
1 parent 516d318 commit 7713892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
echo "${{ secrets.GPG_BASE64 }}" | base64 --decode > /tmp/gpg.key
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --import --passphrase-fd 0 /tmp/pgp.gpg
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --import --passphrase-fd 0 /tmp/gpg.key
- uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down

0 comments on commit 7713892

Please sign in to comment.