Skip to content

Commit

Permalink
use main branch over master one
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizen-ci committed Mar 11, 2021
1 parent 79457b1 commit ca95950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Split Test
on:
push:
branches:
- main
- master

# see https://github.saobby.my.eu.orgmunity/t/how-to-run-github-actions-workflow-only-for-new-tags/16075/10?u=tomasvotruba
tags:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: "WyriHaximus/github-action-get-previous-tag@master"

-
uses: "symplify/monorepo-split-github-action@master"
uses: "symplify/monorepo-split-github-action@1"

This comment has been minimized.

Copy link
@leoloso

leoloso Mar 12, 2021

@1 doesn't work: the tag is 1.0.0, not 1. Either @1.0.0 or @1.1 should do

This comment has been minimized.

Copy link
@TomasVotruba

TomasVotruba Mar 12, 2021

Collaborator

I assumed it works like composer :)

env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
Expand Down

0 comments on commit ca95950

Please sign in to comment.