Upgrade hamview to be7e6b093a5181c95ec87dbc07a77cf003f3b128
This commit is contained in:
@@ -50,10 +50,6 @@ jobs:
|
||||
if [ -n "${{ matrix.goarm }}" ]; then
|
||||
echo "GOARM=${{ matrix.goarm }}" >> $GITHUB_ENV
|
||||
fi
|
||||
- name: Setup git to use token debug
|
||||
run: echo git config --global url."https://${GITHUB_ACTOR}:${{ secrets.GITEA_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/"
|
||||
- name: Setup git to use token
|
||||
run: git config --global url."https://${GITHUB_ACTOR}:${{ secrets.GITEA_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/"
|
||||
- name: Download modules
|
||||
run: go mod download
|
||||
- name: Make build directory
|
||||
|
||||
Reference in New Issue
Block a user