We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4a837 commit d3ac1d9Copy full SHA for d3ac1d9
Dockerfile.prod
@@ -1,2 +1,2 @@
1
-FROM ghcr.io/codingpot/github-org-member-manage-action:1.1.1
+FROM ghcr.io/codingpot/github-org-member-manage-action:1.1.2
2
CMD ["/codingpot/app.jar"]
README.md
@@ -22,7 +22,7 @@ members:
22
23
```yaml
24
steps:
25
- - uses: "codingpot/github-org-member-manage-action:v1.1.1"
+ - uses: "codingpot/github-org-member-manage-action:v1.1.2"
26
with:
27
gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
28
members_filepath: members.yaml # (optional)
0 commit comments