Skip to content

Commit

Permalink
fix: ci main should push to main branch (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime authored Feb 24, 2023
2 parents c21ea47 + 9f6f21d commit e67a5eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
publish-actions-readme:
needs: generate-actions-readme
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v3.1.0

Expand All @@ -92,3 +96,4 @@ jobs:
with:
commit_message: "chore: update actions README"
file_pattern: actions/**/README.md
branch: main
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,27 @@ Opinionated GitHub actions and workflows for common continuous integration needs

## Actions

#### - [Checkout](actions/checkout/README.md)
### - [Checkout](actions/checkout/README.md)

#### - [Create or update comment](actions/create-or-update-comment/README.md)
### - [Create or update comment](actions/create-or-update-comment/README.md)

#### - [Get issue number](actions/get-issue-number/README.md)
### - [Get issue number](actions/get-issue-number/README.md)

#### - [Get matrix outputs](actions/get-matrix-outputs/README.md)
### - [Get matrix outputs](actions/get-matrix-outputs/README.md)

#### - [Set matrix output](actions/set-matrix-output/README.md)
### - [Set matrix output](actions/set-matrix-output/README.md)

#### - [Slugify](actions/slugify/README.md)
### - [Slugify](actions/slugify/README.md)

## Workflows

### Reusable workflows
### - [Generate dependabot config](.github/workflows/generate-dependabot-config.md)

#### - [Generate dependabot config](.github/workflows/generate-dependabot-config.md)
### - [Greetings](.github/workflows/greetings.md)

### Required workflows
### - [Semantic pull request](.github/workflows/semantic-pull-request.md)

#### - [Greetings](.github/workflows/greetings.md)

#### - [Semantic pull request](.github/workflows/semantic-pull-request.md)

#### - [Stale](.github/workflows/stale.md)
### - [Stale](.github/workflows/stale.md)

## Contributing

Expand Down

0 comments on commit e67a5eb

Please sign in to comment.