feat: added alt greetings to character editor. refactor: changed char… #108
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: Build Workflow | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
trigger-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Connect Tailscale | |
uses: tailscale/github-action@v2 | |
with: | |
oauth-client-id: ${{secrets.TS_OAUTH_CLIENT_ID}} | |
oauth-secret: ${{secrets.TS_OAUTH_SECRET}} | |
tags: tag:chatterui-cd | |
- name: Trigger Build | |
run: curl -X GET ${{secrets.TS_BUILD_API}} |