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 749a399197 - Show all commits
+4 -4
View File
@@ -17,10 +17,9 @@ jobs:
CI_TOKEN: ${{ secrets.PROD_REG_TOKEN }}
S2_URL: echo ${{ gitea.server_url }} | sed "s.https://.."
steps:
- run: export S_URL=$( echo ${{ gitea.server_url }} | sed "s.https://.." )
- name: Print
run: env | sort
- run: export DOCKER_IMG=$( echo ${{ env.DOCKER_IMG }} | sed "s.https://..")
- run: env | sort
- run: echo $DOCKER_IMG
# - name: Checkout Git
# uses: actions/checkout@v4
# with:
@@ -33,6 +32,7 @@ jobs:
# username: ${{ secrets.PROD_REG_USER }}
# password: ${{ secrets.PROD_REG_TOKEN }}
recover:
runs-on: ubuntu-latest
steps: