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 6a2113c commit cc0b0c0Copy full SHA for cc0b0c0
2 files changed
.github/workflows/clarity-label.yml
@@ -39,7 +39,7 @@ jobs:
39
core.setOutput('number', number);
40
core.setOutput('is_pr', isPR.toString());
41
42
- - uses: warpdotdev/oz-agent-action@4d5b8c4f754ded6b9e56d2cbe08c3adb7ea542c0 # v1
+ - uses: warpdotdev/oz-agent-action@827a9ad5438c195eb9d1d9a7acece3a8000be512 # v1
43
id: agent
44
with:
45
prompt: |
.github/workflows/issue-template-check.yml
@@ -45,7 +45,7 @@ jobs:
core.setOutput('skip', 'true');
46
}
47
48
49
if: steps.detect.outputs.skip == 'false'
50
51
0 commit comments