mirror of
https://github.com/multipleof4/test.git
synced 2026-01-13 16:17:56 +00:00
Delete run-openssl-thrice.yml
This commit is contained in:
13
.github/workflows/run-openssl-thrice.yml
vendored
13
.github/workflows/run-openssl-thrice.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user