We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb6b80 commit 6759b57Copy full SHA for 6759b57
.github/workflows/e2e-main.yaml
@@ -64,7 +64,7 @@ jobs:
64
repository=${{ github.event.inputs.repositoryName }}
65
fi
66
echo "REPOSITORY=$repository" >> $GITHUB_ENV
67
- echo $GITHUB_ENV
+ echo REPO is: $repository
68
ls
69
70
# Checkout podman desktop
0 commit comments