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 d157088 commit 7514859Copy full SHA for 7514859
Dockerfile
@@ -1,2 +1,2 @@
1
-FROM ghcr.io/codingpot/github-org-member-manage-action:1.2.3
+FROM ghcr.io/codingpot/github-org-member-manage-action:1
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.2.3"
+ - uses: "codingpot/github-org-member-manage-action:v1"
26
with:
27
gh_token: ${{ secrets.GH_TOKEN }} # (required) Needs admin:org permission
28
members_filepath: members.yaml # (optional)
0 commit comments