Skip to content

Commit

Permalink
Edit gh action concept
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLotsen committed Jun 7, 2024
1 parent 68d64fe commit 1789085
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 1789085

Please sign in to comment.