pipeline runner
Some checks failed
S3 mount container image build / build (push) Failing after 43s

This commit is contained in:
Tanguy Herbron 2023-08-05 01:03:21 +02:00
parent b7342e4eb4
commit 54acd1fb6d

View File

@ -16,4 +16,6 @@ jobs:
- run: ls - run: ls
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
token: ${{ github.token }}
- run: echo "Testing" - run: echo "Testing"