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/prevent-commit-to-generated.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ jobs:
10
10
warn-user:
11
11
runs-on: ubuntu-22.04
12
12
steps:
13
-
- uses: actions/checkout@v5
13
+
- uses: actions/checkout@v6
14
14
- name: Warn User to not commit generated files
15
15
run: bash -c 'echo "You have commited generated files (from the dist folder), this is not allowed. You can only commit files that you have manually edited" && exit 1'
0 commit comments