166 検索結果 "runs-on"
REST API / Guides /
REST API を使用してチェックを操作する
of the check runs created by a single GitHub App for a specific commit. Check suites summarize the status and conclusion of the check runs that a suite
GitHub Actions / ユース ケースと例 / パッケージの公開 /
Docker イメージの発行
[published]
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
attestations:
GitHub Actions / ワークフローを書き込む / ワークフロー動作を選択する /
デプロイに環境を使用する
という環境が使用されます。
name: Deployment
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: production
steps:
- name: deploy
# ...deployment-specific
GitHub Actions / ユース ケースと例 / デプロイ /
Azure App Service への Java のデプロイ
this to the Java version to use
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java version
GitHub Actions / ユース ケースと例 / デプロイ /
Azure App Service への Node.js のデプロイ
'14.x' # set this to the node version to use
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
GitHub Actions / ワークフローを書き込む / ワークフロー動作を選択する /
ワークフローとアクションで式を評価する
つのジョブに設定し、それを出力と fromJSON を使って次のジョブに渡します。
YAML
name: build
on: push
jobs:
job1:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
GitHub Docs に投稿する / GitHub Docs の作成 /
コード例に注釈を付ける
Post welcome comment
# Configures the operating system the job runs on.
runs-on: ubuntu-latest
# The `run` keyword tells the job to execute a command on
GitHub Actions / ユース ケースと例 / デプロイ /
Azure App Service に Docker をデプロイする
branches:
- main
permissions:
contents: 'read'
packages: 'write'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker
GitHub Actions / ユース ケースと例 / デプロイ /
Azure App Service への Python のデプロイ
this to the Python version to use
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
GitHub Actions / セルフホステッド ランナー / アクション ランナー コントローラー /
アクション ランナー コントローラーのクイック スタート
コマンドを実行するときは、次の点に注意してください。
INSTALLATION_NAME の値は慎重に更新してください。 インストール名は、ワークフローで runs-on の値として使用することになります。 詳しくは、「GitHub Actions のワークフロー構文」をご覧ください。
NAMESPACE の値を、ランナー