Skip to content

実行名を記載する #3

実行名を記載する

実行名を記載する #3

Workflow file for this run

name: Naming
on: push
jobs:
print:
name: Super Useful Job #ジョブ名の指定
runs-on: ubuntu-latest
steps:
- name: Amazing Script #ステップ名の指定
run: echo "Hello"