Try String Replace #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 GitHub Actions / Try String ReplaceInvalid workflow file
|
||
echo ${{ env.rr/release-/v }} | ||