We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9437b commit e655348Copy full SHA for e655348
.github/workflows/dismantle-staging.yml
@@ -37,7 +37,7 @@ jobs:
37
# Check if branch name is in the file
38
if grep -q -F "${{ matrix.branch }}" "${BRANCHES}"; then
39
# Update local list of branches
40
- sed -i '/^${{ github.event.ref }}$/d' "${BRANCHES}"
+ sed -i "\|^${{ github.event.ref }}$|d" "${BRANCHES}"
41
# Upload updated file
42
aws s3 cp "${BRANCHES}" "s3://wiris-integrations-staging-html/${BRANCHES}"
43
fi
0 commit comments