Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2021-11-01)

### Bug Fixes

* no double quote and header for YAML ([6bd208e](6bd208e))
  • Loading branch information
semantic-release-bot committed Nov 1, 2021
1 parent 6bd208e commit a163ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/codingpot/github-org-member-manage-action:1.2.2
FROM ghcr.io/codingpot/github-org-member-manage-action:1.2.3
CMD ["/codingpot/app.jar"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members:
```yaml
steps:
- uses: "codingpot/github-org-member-manage-action:v1.2.2"
- uses: "codingpot/github-org-member-manage-action:v1.2.3"
with:
gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
members_filepath: members.yaml # (optional)
Expand Down

0 comments on commit a163ce2

Please sign in to comment.