Skip to content

Commit 17ba608

Browse files
committed
ci: add version tag
1 parent cfd0f17 commit 17ba608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compatibility.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727

2828
- name: Update compatibility table
2929
# run: node ./source/compatibility-table.mjs --source-version v${{ needs.versioning.outputs.next-version }} -d ./dependency -r ./source/README.md
30-
uses: GEWIS/action-compatibility-table/action.yml
30+
uses: GEWIS/compatibility-table-action@cfd5c3cf3b4e7bf3327f8c54dacfcda29d2b8be5
3131
with:
3232
source-version: v${{ needs.versioning.outputs.next-version }}
3333
dependency-repo: ./dependency
34-
readme-file: ./source/README.md
34+
readme: ./source/README.md
3535

3636
- name: Commit changes
3737
working-directory: ./source

0 commit comments

Comments
 (0)