Skip to content

Commit e655348

Browse files
fix: Dismantle staging workflow (#1079)
1 parent 7e9437b commit e655348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dismantle-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Check if branch name is in the file
3838
if grep -q -F "${{ matrix.branch }}" "${BRANCHES}"; then
3939
# Update local list of branches
40-
sed -i '/^${{ github.event.ref }}$/d' "${BRANCHES}"
40+
sed -i "\|^${{ github.event.ref }}$|d" "${BRANCHES}"
4141
# Upload updated file
4242
aws s3 cp "${BRANCHES}" "s3://wiris-integrations-staging-html/${BRANCHES}"
4343
fi

0 commit comments

Comments
 (0)