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
|
# https://docs.github.com/en/actions/using-workflows/reusing-workflows
|
||||||
|
name: Reusable workflow (verify)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
|
|
||||||
name: Docker container (Alpine Linux)
|
name: Docker container (Alpine Linux)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
|
|
||||||
name: Docker container (CentOS)
|
name: Docker container (CentOS)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
|
|
||||||
name: Docker container (Ubuntu)
|
name: Docker container (Ubuntu)
|
||||||
|
|
||||||
on:
|
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
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
|
|
||||||
name: macOS
|
name: macOS
|
||||||
|
|
||||||
on:
|
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
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
|
|
||||||
name: Ubuntu
|
name: Ubuntu
|
||||||
|
|
||||||
on:
|
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
|
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
|
||||||
|
|
||||||
name: Windows
|
name: Windows
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue