feat: add ticket emoji and colorization (#8) #13
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: Deploy Google Script | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Deploy Google Apps Script | |
uses: Mayu-mic/google-apps-script-action@v1 | |
with: | |
clasprc: ${{ secrets.CLASPRC_JSON }} | |
scriptId: ${{ secrets.SCRIPT_ID }} | |
command: 'push' |