Skip to content

Commit

Permalink
Merge branch 'release/1.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Oct 14, 2022
2 parents b7c1504 + 3b7f3ca commit ac1cb16
Show file tree
Hide file tree
Showing 8 changed files with 49,378 additions and 30,158 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/comment-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
with:
# 0 indicates all history
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 12
- uses: nwtgck/actions-comment-run@v1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ on:
push:
pull_request:

permissions:
statuses: write
deployments: write

jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 12
- uses: actions/checkout@v2
- run: npm ci
- run: npm run all
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.2.4] - 2022-10-14
### Changed
* Update dependencies

## [1.2.3] - 2021-12-20
### Changed
* Update dependencies
Expand Down Expand Up @@ -183,7 +187,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
* Deploy to Netlify
* Comment on GitHub PR

[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.2.3...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.2.4...HEAD
[1.2.4]: https://github.com/nwtgck/actions-netlify/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/nwtgck/actions-netlify/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/nwtgck/actions-netlify/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/nwtgck/actions-netlify/compare/v1.2.0...v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- `overwrites-pull-request-comment: true` Overwrites comment on pull request (default: true)
- `netlify-config-path: ./netlify.toml` Path to `netlify.toml` (default: undefined)
- `functions-dir` Netlify functions output directory (default: undefined)
- `alias` Specifies the prefix for the deployment URL (default: Netlify build ID)
- `alias` Specifies the prefix for the deployment URL, must not have uppercase or special characters (default: Netlify build ID)
- `alias: ${{ github.head_ref }}` replicates the [branch deploy prefix](https://docs.netlify.com/site-deploys/overview/#definitions)
- `alias: deploy-preview-${{ github.event.number }}` replicates the [deploy preview prefix](https://docs.netlify.com/site-deploys/overview/#definitions)
- `github-deployment-environment` Environment name of GitHub Deployments
Expand Down
Loading

0 comments on commit ac1cb16

Please sign in to comment.