We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341dd87 commit f676f99Copy full SHA for f676f99
.github/workflows/build.yaml
@@ -32,8 +32,6 @@ jobs:
32
run: |
33
echo "S3_BUCKET=${S3_BUCKET:-[EMPTY]}"
34
echo "TEST=${TEST:-[EMPTY]}"
35
- echo "ANOTHER ${{ secrets.S3_BUCKET }}"
36
- echo "$GITHUB_ENV"
37
env:
38
S3_BUCKET: ${{ secrets.S3_BUCKET }}
39
TEST: Test
0 commit comments