Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 11, 2024
1 parent 89059b2 commit 35203a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
git config --global user.name "Kaspar Rosin"
git checkout -b "${{ steps.releases.outputs.next_release_tag }}"
git rm -rf .
echo "Test ${{ env.NOVA_AUTH_ENCODED }} end"
echo "Test ${{ steps.releases.outputs.nova_auth_encoded }} end"
echo "Test2 ${NOVA_AUTH_ENCODED} end"
wget -d \
--header="Authorization: Basic ${{ env.NOVA_AUTH_ENCODED }}" \
${{ steps.releases.outputs.nova_dist_url }}
Expand Down

0 comments on commit 35203a1

Please sign in to comment.