Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Sep 21, 2023
1 parent 2cc8603 commit 7374ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delius-iaps-data-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Set snapshot name string
run: |
echo DATETIME_STRING="$(echo $SOURCE_SNAPSHOT_IDENTIFIER | sed s/"rds:iaps-"//)"
echo SNAPSHOT_PROD_COPY_NAME="iaps-prod-snapshot-$DATETIME_STRING" >> $GITHUB_ENV
echo DATETIME_STRING="$(echo $SOURCE_SNAPSHOT_IDENTIFIER | sed s/"rds:iaps-"//)" >> $GITHUB_ENV
echo SNAPSHOT_PROD_COPY_NAME="iaps-prod-snapshot-${{env.DATETIME_STRING}}" >> $GITHUB_ENV
- name: Copy snapshot (prod-prod)
run: |
Expand Down

0 comments on commit 7374ae8

Please sign in to comment.