Skip to content

Moose 12

Moose 12 #32

name: Development

Check failure on line 1 in .github/workflows/test-and-release.yml

View workflow run for this annotation

GitHub Actions / Development

Invalid workflow file

The workflow is not valid. Error when evaluating 'run-name'. .github/workflows/test-and-release.yml (Line: 2, Col: 11): could not get operand for index access: Error from function 'fromJSON': invalid character '"' after object key:value pair
run-name: >-
${{ vars.BRANCHES_CONFIGURATION
&& fromJSON(vars.BRANCHES_CONFIGURATION)[github.ref_name]
&& fromJSON(vars.BRANCHES_CONFIGURATION)[github.ref_name].run-name
|| github.ref_name }}
on:
push:
branches:
- development
- v10
- v11
schedule:
- cron: '0 0 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-tests-and-update-release:
name: Run tests and update release
uses: moosetechnology/.github/.github/workflows/test-and-release.yml@main
with:
pre-upload-script: "MooseVersion current commitHash: '$GITHUB_SHA'. (Smalltalk tools toolNamed: #mooseWelcome) closePharoWelcomeThenOpen"