pipeline runner
All checks were successful
S3 mount container image build / build (push) Successful in 14s

This commit is contained in:
Tanguy Herbron 2023-08-05 01:28:59 +02:00
parent 068bae68c5
commit e955827b65

View File

@ -17,7 +17,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:
repository: ${{ secrets.GITHUB_REF }}
token: ${{ secrets.GITHUB_TOKEN }}
- run: echo "Testing" - run: echo "Testing"