vortex_extension_update #521
publish.yml
on: repository_dispatch
publish-on-github
/
Publish Module on GitHub
publish-on-nexusmods
/
Publish Module on NexusMods
Annotations
1 error
Invalid workflow file:
.github/workflows/publish.yml#L70
The workflow is not valid. In .github/workflows/publish.yml (Line: 70, Col: 11): Error from called workflow BUTR/workflows/.github/workflows/release-nexusmods.yml@master (Line: 92, Col: 12): Unexpected symbol: '-f'. Located at position 70 within expression: inputs.mod_description_full && 'fulldescription' || 'description }}' -f "$PWD/changelog.txt")"
desc="${desc//'%'/'%25'}"
desc="${desc//$'"'/'%22'}"
desc="${desc//$'\n'/'%0A'}"
desc="${desc//$'\r'/'%0D'}"
echo "::set-output name=mod_description::$desc"
c_desc="${desc#'For'*'%0A* '}"
c_desc="${c_desc//'%0A* '/'%0A'}"
echo "::set-outpu[...]
|