test
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 50s
Continuous Integration / TypeScript Tests (push) Successful in 1m5s
Continuous Integration / GitHub Actions Test (push) Successful in 23s
Lint Codebase / Lint Codebase (push) Failing after 1m14s

This commit is contained in:
Lucien Cartier-Tilet 2025-01-20 21:18:22 +01:00
parent 3999529881
commit 0227867c84
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -68,6 +68,13 @@ jobs:
org.opencontainers.image.description=Docker Description
org.opencontainers.image.vendor=Lucien Cartier-Tilet <lucien@phundrak.com>
- name: Print out tags
run: |
echo HELLOOOOOO
for tag in ${{ steps.meta.outputs.tags }}; do
echo $tag
done
- name: Test Local Action
id: test-action
uses: ./