Skip to content

Commit

Permalink
Do we have openSSL?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 14, 2025
1 parent 4161487 commit 634bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testrail-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Create gzip file containing csv and listing
run: |
today=`date "+%Y-%m-%d"`
subdir=`date | shasum | awk '{print $1}'`
subdir=`openssl rand -hex 20`
filename=$today-TestRail-backup
mkdir $filename
Expand Down

0 comments on commit 634bcc8

Please sign in to comment.