Skip to content

各アクションの名前指定 #1

各アクションの名前指定

各アクションの名前指定 #1

Workflow file for this run

name: Naming
on: push
jobs:
print:
name: Super Useful Job #ジョブ名の指定
runs-on: ubuntu-latest
steps:

Check failure on line 7 in .github/workflows/Naming.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Naming.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Amazing Script #ステップ名の指定
run: echo "Hello"