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 0596d1c commit 3c27da2Copy full SHA for 3c27da2
1 file changed
.github/workflows/learning-loop.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Upload rule proposals
37
if: always()
38
- uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
39
with:
40
name: rule-proposals
41
path: shared-context/learning/rule-proposals/*.lgt
@@ -73,4 +73,4 @@ jobs:
73
74
steps:
75
- name: Placeholder for rule deployment
76
- run: echo "Rule deployment will be implemented after approval workflow"
+ run: echo "Rule deployment will be implemented after approval workflow"
0 commit comments