Add directory
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.idea
|
@@ -2,6 +2,10 @@ name: Setup composer
|
|||||||
description: Install and cache composer dependencies
|
description: Install and cache composer dependencies
|
||||||
author: Jamie Schouten
|
author: Jamie Schouten
|
||||||
inputs:
|
inputs:
|
||||||
|
directory:
|
||||||
|
description: 'directory to run composer in'
|
||||||
|
required: false
|
||||||
|
default: '.'
|
||||||
args:
|
args:
|
||||||
description: 'install arguments'
|
description: 'install arguments'
|
||||||
required: false
|
required: false
|
||||||
@@ -21,6 +25,9 @@ runs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set working directory
|
||||||
|
run: cd ${{ inputs.directory }}
|
||||||
|
|
||||||
- name: Auth registry
|
- name: Auth registry
|
||||||
run: composer config --global bearer.packistry.qlic.nl ${{ inputs.packistry-token }}
|
run: composer config --global bearer.packistry.qlic.nl ${{ inputs.packistry-token }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user