Skip to content

Commit

Permalink
update the main branch gh actions and cleaned up files
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Le authored and Long Le committed Sep 9, 2024
1 parent d6bb904 commit 4e526cf
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 962 deletions.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cd ./dev
for file in $(find . -name "*.json"); do
echo "Processing $file"
# Create a new file path in the stg directory with a stg_ prefix
# Create a new file path in the stg directory with a stg- prefix
new_file="stg-$(basename "$file")"
# Replace proxy.target_url with the GitHub secret value and write to the new file
jq --arg url "$STG_US_PROXY_TARGET_URL" '.proxy.target_url = $url' "$file" > "../stg/$new_file"
Expand Down
1 change: 0 additions & 1 deletion dev/README.md

This file was deleted.

Loading

0 comments on commit 4e526cf

Please sign in to comment.