Error after first time run: `visit_Psych_Nodes_Alias’: Unknown alias: test_defaults (Psych::BadAlias)
swinton opened this issue · 1 comments
swinton commented
Currently getting an error when running GH_ENV=manifest-app-env apptokit curl installation installation/repositories | jq
for the first time, with the default config:
`visit_Psych_Nodes_Alias’: Unknown alias: test_defaults (Psych::BadAlias)
jakewilkins commented
This should work now, a linter suggested I use safe_load
and I didn't realize it disabled aliases by default. I opted back in to aliases in bbce517
Thanks for the report! 💖