-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed changes to meta.yml #24
Comments
@Casteran unfortunately the opam version of mustache does not support the format we use (YAML). You can see that there is some work in the pipeline that might fix this, but it is not there yet: rgrinberg/ocaml-mustache#45 |
You can use |
@Zimmi48 @palmskog ! [remote rejected] remove-8-11 -> remove-8-11 (refusing to allow a Personal Access Token to create or update workflow Is this a problem of access rights ? |
Are you using a GitHub-specific tool like GitHub desktop? I don't think you can get this problem if you push using the git command-line directly authenticating with ssh or username/password. |
In fact, when generating a personal access token for GitHub, I forgot to add the workflow permission.
I succeeded in pushing the branch remove-8-11, and made a PR.
… Le 18 janv. 2021 à 14:26, Théo Zimmermann ***@***.***> a écrit :
Are you using a GitHub-specific tool like GitHub desktop? I don't think you can get this problem if you push using the git command-line directly authenticating with ssh or username/password.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#24 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJW6FCU3YBSAZX3ZYULCU4DS2QZG7ANCNFSM4WCG3PSQ>.
|
@palmskog
I wrote a new version (without 8.11 and with references to Russel's work) on the branch remove-8-11,
but the script generate.sh fails (I used the opam version of mustache)
---.opam: File name too long
Fatal error: exception Ezjsonm.Parse_error(870828711, "JSON.of_buffer illegal number (---)")
Generating resources/index.md...
Fatal error: exception Ezjsonm.Parse_error(870828711, "JSON.of_buffer illegal number (---)")
Fatal error: exception Ezjsonm.Parse_error(870828711, "JSON.of_buffer illegal number (---)")
Fatal error: exception Ezjsonm.Parse_error(870828711, "JSON.of_buffer illegal number (---)")
Generating .github/workflows/nix-action.yml...
Fatal error: exception Ezjsonm.Parse_error(870828711, "JSON.of_buffer illegal number (---)")
Fatal error: exception Ezjsonm.Parse_error(870828711, "JSON.of_buffer illegal number (---)")
Generating .travis.yml...
Fatal error: exception Ezjsonm.Parse_error(870828711, "JSON.of_buffer illegal number (---)")
The text was updated successfully, but these errors were encountered: