This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [3.4.1](v3.4.0...v3.4.1) (2020-08-12) ### Bug Fixes * remove changelog ([2e15e6a](2e15e6a)) * rulesSummaries serialization fix ([2793acf](2793acf))
- Loading branch information
1 parent
b3f0346
commit 8c9ac9b
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: bradennapier/[email protected]-beta.2 | ||
- uses: bradennapier/[email protected] | ||
``` | ||
## Features | ||
|
@@ -131,7 +131,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: bradennapier/[email protected]-beta.2 | ||
- uses: bradennapier/[email protected] | ||
``` | ||
|
||
## Examples | ||
|
@@ -149,7 +149,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: bradennapier/[email protected]-beta.2 | ||
- uses: bradennapier/[email protected] | ||
``` | ||
|
||
### Environment Variables | ||
|
@@ -162,7 +162,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: bradennapier/[email protected]-beta.2 | ||
- uses: bradennapier/[email protected] | ||
env: | ||
NPM_TOKEN: ${{secrets.NPM_TOKEN}} | ||
``` | ||
|
@@ -175,7 +175,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: bradennapier/[email protected]-beta.2 | ||
- uses: bradennapier/[email protected] | ||
env: | ||
NPM_TOKEN: ${{secrets.NPM_TOKEN}} | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters