mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-05 04:18:05 +08:00
Set main as the default branch (#527)
* set main as the default branch * revert change to tool-cache default branch * use versions where applicable
This commit is contained in:
2
.github/workflows/artifact-tests.yml
vendored
2
.github/workflows/artifact-tests.yml
vendored
@@ -2,7 +2,7 @@ name: artifact-unit-tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@@ -2,7 +2,7 @@ name: toolkit-audit
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/cache-tests.yml
vendored
2
.github/workflows/cache-tests.yml
vendored
@@ -2,7 +2,7 @@ name: cache-unit-tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@@ -2,7 +2,7 @@ name: toolkit-unit-tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/update-github.yaml
vendored
2
.github/workflows/update-github.yaml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
script: |
|
||||
github.pulls.create(
|
||||
{
|
||||
base: "master",
|
||||
base: "main",
|
||||
owner: "${{github.repository_owner}}",
|
||||
repo: "toolkit",
|
||||
title: "Update Octokit dependencies",
|
||||
|
||||
Reference in New Issue
Block a user