Skip to content

Commit

Permalink
Merge pull request #1 from Ximaz/v1.1.1
Browse files Browse the repository at this point in the history
fixing the version inside README.md
  • Loading branch information
Ximaz authored May 4, 2024
2 parents ec380b6 + 7e7c005 commit 280620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: gcc -g src/*.c -o program

- name: "Valgrind Checks"
uses: Ximaz/valgrind-action
uses: Ximaz/valgrind-action@v1.1.1
with:
binary_path: "./program"
binary_args: "--arg1 value1 --arg2 value2"
Expand Down

0 comments on commit 280620b

Please sign in to comment.