Hello every one, For some reasons my github actio...
# github-workflows-kt
a
Hello every one, For some reasons my github actions are failing at
Consistency Check
with an error like this. Anyone met this? how did you guys solve it?
Copy code
Run diff -u '.github/workflows/commit_tests.yml' <('.github/workflows/commit_tests.main.kts')
  diff -u '.github/workflows/commit_tests.yml' <('.github/workflows/commit_tests.main.kts')
  shell: /usr/bin/bash -e {0}
/home/runner/work/_temp/4fcf6a88-1574-4305-ab01-ace46952e38a.sh: line 1: .github/workflows/commit_tests.main.kts: Permission denied
--- .github/workflows/commit_tests.yml	2022-02-17 11:40:26.860513799 +0000
+++ /dev/fd/63	2022-02-17 11:40:44.720645676 +0000
@@ -1,46 +0,0 @@
commit_tests.main.kts
has executable permission
Copy code
-rwxrwxrwx 1 root root 1770 Feb 17 14:38 ./commit_tests.main.kts
Help Wanted