kbase-sfa-2021 / example_sdk_app

example_sdk_app
MIT License
5 stars 1 forks source link

Template Cleanup action fails #17

Open nilsoberg opened 1 year ago

nilsoberg commented 1 year ago

When I use the example_sdk_app github template, the "Template Cleanup" step always fails. The log file is attached. It looks like it fails during the script rename step where the code is trying to push the rename changes, because the permissions are not correct. The log is attached.

template_cleanup.txt

nilsoberg commented 1 year ago

The following workaround allows this action to succeed:

Run GITHUB_ACTION=OVERRIDE ./scripts/rename.sh from the command line.

When you run this, the script will do the renaming and make a commit. git log shoudl show Renaming example module to efi_family_app. authored by KBase <[KBase@example.com](mailto:KBase@example.com)> .

Suggested: git rm .github/workflows/template-cleanup.yml and commit.

Pushing these changes will trigger the 'Template Cleanup' and 'KBase SDK Tests' actions to run. Courtesy of @dakotablair