mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
set workflow name (#226)
* set workflow name * update actions/checkout version: v2 -> v3 * update actions/setup-node version: v1 -> v3
This commit is contained in:
parent
da84e6bf98
commit
c8a575584e
8 changed files with 16 additions and 21 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
||||||
- name: Turn off auto-crlf
|
- name: Turn off auto-crlf
|
||||||
run: git config --global core.autocrlf false
|
run: git config --global core.autocrlf false
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.nodejs }}
|
node-version: ${{ matrix.nodejs }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
27
.github/workflows/reusable-verify.yml
vendored
27
.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:
|
||||||
|
@ -38,7 +39,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -56,7 +57,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -75,7 +76,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -93,7 +94,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -112,7 +113,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -130,7 +131,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -149,7 +150,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key (dummy)
|
- name: Install SSH key (dummy)
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -173,7 +174,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key (replace)
|
- name: Install SSH key (replace)
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -192,7 +193,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key (dummy)
|
- name: Install SSH key (dummy)
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -216,7 +217,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key (replace)
|
- name: Install SSH key (replace)
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -235,7 +236,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key (dummy)
|
- name: Install SSH key (dummy)
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
@ -260,7 +261,7 @@ jobs:
|
||||||
run: ${{ inputs.package_installation_command }}
|
run: ${{ inputs.package_installation_command }}
|
||||||
if: ${{ inputs.package_installation_command != '' }}
|
if: ${{ inputs.package_installation_command != '' }}
|
||||||
- name: Checkout source codes
|
- name: Checkout source codes
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install SSH key (replace)
|
- name: Install SSH key (replace)
|
||||||
uses: ./.
|
uses: ./.
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -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