chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 79d2cedc3e - Show all commits
+3 -2
View File
@@ -10,10 +10,11 @@ permissions:
jobs: jobs:
buf: buf:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
REPO: ${{ gitea.repository }}
steps: steps:
- run: | - run: |
echo ${{ env.REPO }} echo ${{ env.REPO }}
echo $REPO echo $REPO
echo ${{ github.repository }} echo ${{ github.repository }}
echo ${{ gitea.repository }}