File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/validate-redis-release-archive Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ if [ -z "$TAG" ]; then
1313fi
1414
1515# Construct Redis archive URL
16- # REDIS_ARCHIVE_URL="https://github.com/redis/redis/archive/refs/tags/${TAG}.tar.gz"
17- REDIS_ARCHIVE_URL=" https://download.redis.io/releases/redis-${TAG} .tar.gz"
16+ REDIS_ARCHIVE_URL=" https://github.com/redis/redis/archive/refs/tags/${TAG} .tar.gz"
17+ # REDIS_ARCHIVE_URL="https://download.redis.io/releases/redis-${TAG}.tar.gz"
1818echo " REDIS_ARCHIVE_URL: $REDIS_ARCHIVE_URL "
1919
2020# Download the Redis archive
4545# Clean up temporary file
4646rm -f " $TEMP_ARCHIVE "
4747
48- echo " Redis archive validation completed successfully"
48+ echo " Redis archive validation completed successfully"
You can’t perform that action at this time.
0 commit comments