data: Add codenames for realme 12 5G and 12 Pro 5G #47
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 |