mirror of
https://github.com/multipleof4/test.git
synced 2026-01-13 16:17:56 +00:00
feat: Add/update workflow to run openssl command
This commit is contained in:
13
.github/workflows/run-openssl-thrice.yml
vendored
Normal file
13
.github/workflows/run-openssl-thrice.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Run OpenSSL Thrice
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
run-command:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- 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