Delete run-openssl-thrice.yml

This commit is contained in:
2025-11-09 07:53:35 -08:00
parent c120ee4883
commit a138cdbb05

View File

@@ -1,13 +0,0 @@
name: Run OpenSSL Thrice
on:
workflow_dispatch:
jobs:
run-command:
runs-on: ubuntu-latest
steps:g
- name: Run openssl rand -hex 32 (1/3)
run: openssl rand -hex 32
- name: Run openssl rand -hex 32 (2/3)
run: openssl rand -hex 32
- name: Run openssl rand -hex 32 (3/3)
run: openssl rand -hex 32