We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36349d commit ff2c829Copy full SHA for ff2c829
action.yml
@@ -1,7 +1,9 @@
1
name: Ensure no git diff exists
2
-description: |
3
- Use git diff --exit-code to ensure stability of commands and to reduce flakiness in CI.
4
- If you see an error from this task, please check the command(s) from the previous step(s) and try running them locally.
+description: Use git diff --exit-code to ensure stability of commands and to reduce flakiness in CI.
+branding:
+ icon: award
5
+ color: green
6
+
7
8
# None
9
inputs: {}
0 commit comments