Add directory #4

Closed
kbaas wants to merge 3 commits from feature/directory into main
2 changed files with 12 additions and 0 deletions
Showing only changes of commit b3853119a0 - Show all commits

View File

@@ -26,7 +26,7 @@ runs:
uses: actions/checkout@v4
- name: Set working directory
run: cd ${{ inputs.directory }}
run: cd ${{ inputs.working-directory }}
- name: Auth registry
run: composer config --global bearer.packistry.qlic.nl ${{ inputs.packistry-token }}