Skip to content

中間環境変数を使用したワークフローを追加 #10

中間環境変数を使用したワークフローを追加

中間環境変数を使用したワークフローを追加 #10

Workflow file for this run

name: Hello
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello, World!!"
- uses: actions/checkout@v4