node/.github/workflows
Mary Marchini 173292bcf8
build: fix commit-queue default branch
`github.repository.default_branch` is not a valid context variable, and
GitHub doesn't have a context or environment variable containing the
default branch. It does have `github.ref` and `$GITHUB_REF`, which
contains the default branch _reference_ (as in `refs/heads/<branch>`),
so we can use that and remove the `refs/heads/` prefix.

PR-URL: https://github.com/nodejs/node/pull/38998
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
2021-06-11 07:25:00 +02:00
..
auto-start-ci.yml tools: update setup-node to setup-node@v2 2021-05-31 15:34:57 -04:00
build-tarball.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00
build-windows.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00
close-stalled.yml build: run some workflows only on nodejs/node 2020-12-18 12:38:18 -08:00
comment-labeled.yml meta: post comment when pr labeled fast-track 2021-05-03 13:34:46 +02:00
commit-queue.yml build: fix commit-queue default branch 2021-06-11 07:25:00 +02:00
coverage-linux.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00
coverage-windows.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00
daily.yml build: add lto build to CI 2021-05-31 15:34:57 -04:00
label-pr.yml build: fix label-pr workflow 2021-04-25 19:13:48 +02:00
license-builder.yml build: run some workflows only on nodejs/node 2020-12-18 12:38:18 -08:00
linters.yml tools: update setup-node to setup-node@v2 2021-05-31 15:34:57 -04:00
misc.yml tools: update setup-node to setup-node@v2 2021-05-31 15:34:57 -04:00
notify-force-push.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00
remark-lint-problem-matcher.json build: annotate markdown lint failures in pull requests 2020-03-24 12:21:03 -04:00
test-asan.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00
test-linux.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00
test-macos.yml tools: make GH Actions workflows work if default branch is not master 2021-05-17 09:11:26 +02:00