Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Aug 8, 2024
2 parents 5f0e3ea + 1d59d0b commit 3a54040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
if: always()
run: |
mkdir -p tmp_7z
openssl rand -base64 32 | tr -d '\r\n' > tmp_7z/archive_pass.txt
openssl rand -base64 32 | tr -d '\r\n' > archive_pass.txt
echo ::add-mask::$(cat archive_pass.txt)
if [[ -z "${{ secrets.SEVENZIP_PASSWORD }}" ]]; then
export SEVENZIP_PASSWORD="$(cat archive_pass.txt)"
Expand Down

0 comments on commit 3a54040

Please sign in to comment.