We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015a599 commit be38431Copy full SHA for be38431
action.yml
@@ -55,7 +55,7 @@ runs:
55
git checkout $BASE_BRANCH_NAME
56
57
echo "Update the step to TO_STEP"
58
- NEXT_STEP=$(cat .github/steps/$TO_STEP-*.md)
+ NEXT_STEP=$(cat .github/steps/[$TO_STEP]-*.md)
59
HEADER=$(awk '/<header>/,/<\/header>/' README.md)
60
FOOTER=$(awk '/<footer>/,/<\/footer>/' README.md)
61
echo -e "$HEADER\n\n$NEXT_STEP\n\n$FOOTER" > README.md
0 commit comments