Skip to content

Commit

Permalink
fix: Dismantle staging workflow (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris authored Feb 3, 2025
1 parent 7e9437b commit e655348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dismantle-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Check if branch name is in the file
if grep -q -F "${{ matrix.branch }}" "${BRANCHES}"; then
# Update local list of branches
sed -i '/^${{ github.event.ref }}$/d' "${BRANCHES}"
sed -i "\|^${{ github.event.ref }}$|d" "${BRANCHES}"
# Upload updated file
aws s3 cp "${BRANCHES}" "s3://wiris-integrations-staging-html/${BRANCHES}"
fi
Expand Down

0 comments on commit e655348

Please sign in to comment.