Utility GitHub actions through-out Nino's repositories
Requests new shortlinks for Nino's shortlinks automod.
This will update the shortlinks.json file in
assets/
, so you must use an action to push those changes or you can use theNINO_SHORTLINKS_PUSH=
environment variable set totrue
or1
then the action will push the changes with a GITHUB_USERNAME and GITHUB_EMAIL environment variables.
- name: Update shortlinks
uses: NinoDiscord/actions@master
with:
command: shortlinks
env:
NINO_SHORTLINKS_PUSH: true
GITHUB_SECRET: '...'
GITHUB_USERNAME: '...'
GITHUB_EMAIL: '...'
@nino/actions is released under the MIT License.