Skip to content

Commit

Permalink
Fix workflows/new_release.yml (#1856)
Browse files Browse the repository at this point in the history
```
Create new release: .github#L1
The template is not valid. .github/workflows/new_release.yml (Line: 38, Col: 20): Unexpected value ''
```


https://github.com/AntaresSimulatorTeam/Antares_Simulator/actions/runs/7357177943
  • Loading branch information
flomnes authored Dec 29, 2023
1 parent 608c5b6 commit 51a6303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
needs: release
uses: ./.github/workflows/ubuntu.yml
with:
run-tests: ${{ inputs.run_tests }}
run-tests: ${{ inputs.run-tests }}

0 comments on commit 51a6303

Please sign in to comment.