Skip to content

Commit

Permalink
try2: fix retrieve s3 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris committed Jan 29, 2025
1 parent 4251e72 commit f14eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
BRANCHES=branches
# Copy list of branches from S3 to local
aws s3 cp "s3://wiris-integrations-staging-html/${BRANCHES}" "${BRANCHES}"
echo $BRANCHES
echo ${BRANCHES}
- name: Check if repository branches exist in array
id: check_branches
Expand Down

0 comments on commit f14eccb

Please sign in to comment.