Skip to content

Commit b58dbd1

Browse files
committed
Use
1 parent d27648c commit b58dbd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
verify-changelog:
2626
name: Verify CHANGELOG is valid
2727
runs-on: ubuntu-latest
28-
container:
29-
image: ghcr.io/ponylang/changelog-tool:release
3028
steps:
3129
- uses: actions/checkout@v4.1.1
3230
- name: Verify CHANGELOG
33-
run: changelog-tool verify
31+
uses: docker://ghcr.io/ponylang/changelog-tool:release
32+
with:
33+
args: changelog-tool verify
3434

3535
vs-ponyc-release-linux:
3636
name: Test against recent ponyc release on Linux

0 commit comments

Comments
 (0)