Sync your omg.lol status to your GitHub user profile status.
Required An omg.lol username. Used to retrieve the latest status of the user.
Required A GitHub Personal Access Token with user
scopes. Used for updating the GitHub user profile status.
The emoji used in the status.
The status message text.
uses: lucasmelin/omg.lol-gh-status-sync-action@v1
with:
omg_lol_user: lucasmelin
github_token: ${{ secrets.PERSONAL_USER_TOKEN }}
Install the dependencies
$ npm install
Build the typescript and package it for distribution
$ npm run build && npm run package
$ npm run package
$ git add dist
$ git commit -a -m "Production dependencies"
$ git push origin releases/v1