Skip to content

Commit

Permalink
Merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Dec 18, 2019
2 parents e4d1c24 + 8c129e3 commit 4816303
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
publish_latest: true
env:
GITHUB_TOKEN: '${{secrets.TAGGER_GITHUB_TOKEN}}'
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ public/

# End of https://www.gitignore.io/api/node,visualstudiocode

lib/*
!typings/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Usage

```yaml
- uses: ./
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
env:
Expand Down
2 changes: 1 addition & 1 deletion action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ async function run(): Promise<void> {
}
}

run()
run();

0 comments on commit 4816303

Please sign in to comment.