Skip to content

Try String Replace

Try String Replace #2

## For each release, please update the value of workflow name, branches and PR_NUMBER
## Also update frontend/package.json version
name: Try String Replace
on:
workflow_dispatch:
workflow_call:
env:
rr: release-1.11.0
jobs:
try-string-replace:
name: try-string-replace
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: replace
run: |

Check failure on line 25 in .github/workflows/try-string-replace.yaml

View workflow run for this annotation

GitHub Actions / Try String Replace

Invalid workflow file

The workflow is not valid. .github/workflows/try-string-replace.yaml (Line: 25, Col: 14): Unexpected symbol: 'rr/release/-/v'. Located at position 5 within expression: env.rr/release/-/v
echo ${{ env.rr/release/-/v }}