Test actions

This commit is contained in:
Jérémie SALVI
2024-12-21 22:26:01 +01:00
parent a68d6911f8
commit 088b6124da

View File

@@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
echo "Test"
whoami
- run: :
git clone https://git.unixyourbrain.org/beastie/runner-custom.git
- run: |
echo "${{ secrets.ACCESS_TOKEN }}" | docker login --username beastie --password-stdin https://git.unixyourbrain.org/
- run: |