test
This commit is contained in:
parent
f5f216e0e8
commit
2a4660a732
1 changed files with 3 additions and 7 deletions
|
@ -3,13 +3,9 @@ jobs:
|
|||
ls:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: git.php.fail/lubiana/container/php:8.2
|
||||
image: git.php.fail/lubiana/container/php:8.2.11-node
|
||||
steps:
|
||||
- uses actions/checkout@v4
|
||||
- run: env | sort
|
||||
- run: /usr/bin/git config --global --add safe.directory $GITHUB_WORKSPACE
|
||||
- run: /usr/bin/git init $GITHUB_WORKSPACE
|
||||
- run: /usr/bin/git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
||||
- run: /usr/bin/git config --local gc.auto 0
|
||||
- run: "/usr/bin/git config --local http.extraheader \"AUTHORIZATION: basic x-access-token:$GITHUB_TOKEN\""
|
||||
- run: /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin $GITHUB_REF_NAME
|
||||
- run: composer install
|
||||
|
||||
|
|
Loading…
Reference in a new issue