Merge pull request #647 from vijayv18/number-pattern-output-java #419
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
name: Inclusive Organization | |
on: | |
push: | |
branches: master | |
jobs: | |
invite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Invite contributor to the organization | |
uses: lekterable/[email protected] | |
with: | |
organization: C0D1NG | |
comment: "Welcome to the world of C0D1NG 🚀" | |
env: | |
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} |