We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f8f67 commit 504c69bCopy full SHA for 504c69b
1 file changed
README.md
@@ -85,6 +85,8 @@ After making changes to the action's code, you need to build the project to upda
85
86
This will compile the code and prepare it for use in GitHub Actions.
87
88
+Dont forget to commit the changes: `git add . && git commit -m "Build the project" && git push`
89
+
90
## Example PR Comment
91
92
```markdown
0 commit comments