This commit is contained in:
		| @@ -14,6 +14,13 @@ jobs: | |||||||
|     runs-on: main |     runs-on: main | ||||||
|     steps: |     steps: | ||||||
|  |  | ||||||
|  |       - name: Init repo | ||||||
|  |         run: | | ||||||
|  |           git init | ||||||
|  |           git remote add origin "${GT_SERVER_URL}/${GT_REPO}.git" | ||||||
|  |           git fetch --depth=1 origin main | ||||||
|  |           git checkout -b main FETCH_HEAD | ||||||
|  |  | ||||||
|       - name: Add GitHub remote |       - name: Add GitHub remote | ||||||
|         env: |         env: | ||||||
|           GH_USER: ${{ secrets.GH_USER }} |           GH_USER: ${{ secrets.GH_USER }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user