mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
set workflow name
This commit is contained in:
parent
da84e6bf98
commit
efe2db156b
7 changed files with 2 additions and 7 deletions
3
.github/workflows/reusable-verify.yml
vendored
3
.github/workflows/reusable-verify.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
# reusable workflow: Verify container
|
||||
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
||||
name: Reusable workflow (verify)
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
name: Docker container (Alpine Linux)
|
||||
|
||||
on:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
name: Docker container (CentOS)
|
||||
|
||||
on:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
name: Docker container (Ubuntu)
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/verify-on-macos.yml
vendored
1
.github/workflows/verify-on-macos.yml
vendored
|
@ -1,5 +1,4 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
name: macOS
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/verify-on-ubuntu.yml
vendored
1
.github/workflows/verify-on-ubuntu.yml
vendored
|
@ -1,5 +1,4 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
name: Ubuntu
|
||||
|
||||
on:
|
||||
|
|
1
.github/workflows/verify-on-windows.yml
vendored
1
.github/workflows/verify-on-windows.yml
vendored
|
@ -1,5 +1,4 @@
|
|||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||
|
||||
name: Windows
|
||||
|
||||
on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue