You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-pixi-lock.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ jobs:
35
35
36
36
- name: Update lock files
37
37
run: |
38
-
"Scheduled update by `.github/workflows/update-pixi-lock.yml`.\n\nMark the PR as ready for review to trigger CI. If CI jobs fail, modify this pull request as needed.\n\n" > diff.md
38
+
echo "Scheduled update by `.github/workflows/update-pixi-lock.yml`.\n\nMark the PR as ready for review to trigger CI. If CI jobs fail, modify this pull request as needed.\n\n" > diff.md
0 commit comments