Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Feb 26, 2024
1 parent d73baef commit c793a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-token-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ jobs:
backupCommand="aws s3 cp s3://${{ secrets.AWS_BUCKET }}/$additionalPath$path s3://${{ secrets.AWS_BUCKET }}/$additionalPath"
backupCommand+=echo $path/ | awk -F'.json' '{print $1}' # Remove .json
backupCommand+=${{ steps.onlineVersion.outputs.onlineVersion }}.json
echo $backupCommand
$backupCommand
fi
done
Expand Down

0 comments on commit c793a19

Please sign in to comment.