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

This commit is contained in:
Tanguy Herbron 2023-08-05 01:02:27 +02:00
parent da46b50515
commit b7342e4eb4

View File

@ -16,6 +16,4 @@ 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: ${{ secrets.github_token }}
- run: echo "Testing" - run: echo "Testing"