We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5e51d commit 6b8fae8Copy full SHA for 6b8fae8
.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