1
0
Fork 0
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:
shimataro 2022-12-21 08:13:01 +09:00
parent da84e6bf98
commit efe2db156b
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
7 changed files with 2 additions and 7 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: