echo vars
Some checks failed
/ publish (push) Failing after 3s

This commit is contained in:
asonix 2024-02-10 12:16:32 -06:00
parent fc1afdbb49
commit a685d9a727
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,11 @@ jobs:
-
name: Checkout Project
uses: https://github.com/actions/checkout@v4
-
name: Print vars
run: |
echo "endpoint:" ${{ vars.GARAGE_ENDPOINT }}
echo "bucket:" ${{ vars.GARAGE_BUCKET_NAME }}
-
name: List Object Storage
uses: https://github.com/jhwz/minio-action@main

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB