Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

added repository to all package.json#1239

added repository to all package.json

added repository to all package.json #1239

Workflow file for this run

name:pr-and-master-workflow
on:
push:
branches:
-master
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group:${{ github.workflow }}-${{ github.ref }}
cancel-in-progress:true
# v*.*.*
env:
NODE_VERSION:22
# NODE_OPTIONS: --openssl-legacy-provider
jobs:
vars:
runs-on:ubuntu-latest
outputs:
node_version:${{ env.NODE_VERSION }}
steps:
-run:echo "Exposing env vars"
sites:
needs:vars
uses:./.github/workflows/_deploy-sites.yml
with:
node_version:${{ needs.vars.outputs.node_version }}
secrets:inherit
tests:
needs:vars
uses:./.github/workflows/_tests.yml
with:
node_version:${{ needs.vars.outputs.node_version }}
secrets:inherit
docker:
needs:vars
# We do not need to check out the repository to use the reusable workflow
uses:./.github/workflows/_push-docker.yml
with:
push:${{ github.ref == 'refs/heads/master' }}
version:${{ github.sha }}
secrets:inherit
electron:
needs:vars
uses:./.github/workflows/_publish-electron.yml
with:
node_version:${{ needs.vars.outputs.node_version }}
publish:false
secrets:inherit
tauri:
needs:vars
uses:./.github/workflows/_publish-tauri.yml
with:
node_version:${{ needs.vars.outputs.node_version }}
publish:false
secrets:inherit

[8]ページ先頭

©2009-2025 Movatter.jp