We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11547b commit 3eb8a1cCopy full SHA for 3eb8a1c
.github/workflows/s3-bucket.yml
@@ -16,6 +16,8 @@ jobs:
16
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
17
S3_BUCKET: ${{ secrets.S3_BUCKET }}
18
19
+ name: Test S3 Bucket - Node ${{ matrix.node }} on ${{ matrix.os }}
20
+
21
steps:
22
- name: Checkout ${{ github.ref }}
23
uses: actions/checkout@v4
0 commit comments