Skip to content

Commit

Permalink
Trimmed OpenSSL SHA256
Browse files Browse the repository at this point in the history
Because of the failed update check workflow

Signed-off-by: ϺΛDИVTTΛH <[email protected]>
  • Loading branch information
madnuttah authored Apr 9, 2024
1 parent fdf630b commit 5ce861e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd-check-openssl-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CD Check OpenSSL Release
on:
schedule:
- cron: '0 15 * * mon-fri'
workflow_dispatch:

jobs:
openssl-update:
Expand All @@ -29,7 +30,7 @@ jobs:
exit 1
else
echo "Update found"
echo OPENSSL_SHA256="$(curl -s https://openssl.org/source/openssl-"${{ steps.GET_VERSIONS.outputs.OPENSSL_VERSION }}".tar.gz.sha256)" >> $GITHUB_OUTPUT
echo OPENSSL_SHA256="$(curl -s https://openssl.org/source/openssl-"${{ steps.GET_VERSIONS.outputs.OPENSSL_VERSION }}".tar.gz.sha256 | tr -d '')" >> $GITHUB_OUTPUT
fi
- name: Checkout source
Expand Down

0 comments on commit 5ce861e

Please sign in to comment.