diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index f7ee8b5..bd168e5 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -18,18 +18,18 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out this repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # with: # path: xdp-docker - name: Check out test package - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: Xerdi/gitinfo-lua path: gitinfo-lua fetch-tags: true fetch-depth: 0 - name: Check out texmf (branding) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: Xerdi/texmf-packaging path: texmf @@ -41,6 +41,7 @@ jobs: echo PWD pwd - name: Run the build process with Custom Docker Action + working-directory: ${{ github.workspace }} uses: ./action.yml with: command: "make -C gitinfo-lua manual"