feat: Fixup Realme X7 Pro 5G codename #45
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 to deta space | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
name: deploy to deta space | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Deploy | |
uses: lizheming/deta-action@master | |
with: | |
access_token: ${{ secrets.space_access_token }} | |
id: ${{ secrets.space_id }} | |
version: '1.0.0' | |
notes: 'Release automatically with GitHub deta action' | |
listed: false |