Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Jun 29, 2023
1 parent cd75acf commit 46255e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ jobs:
shell: bash
run: |
token=$(scripts/pre_e2e.sh)
echo "$token"
echo "CYPRESS_GITEA_ADMIN_TOKEN=${token}"
token=$(echo $token | tail -n1)
echo "CYPRESS_GITEA_ADMIN_TOKEN=${token}"
echo "CYPRESS_GITEA_ADMIN_TOKEN=${token}" >> $GITHUB_ENV
cat $GITHUB_ENV
Expand Down

0 comments on commit 46255e4

Please sign in to comment.