Skip to content

Commit

Permalink
add a touch
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 14, 2025
1 parent 3f4ec09 commit 5633c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ jobs:
OUTPUT_LOG="curl_output.log"
echo "Triggering webhook, running in the background..."
touch "$OUTPUT_LOG" # Ensure the log file is created
nohup bash -c "curl -X POST \"https://chats-release-webhook.starworks.cc:88/sync/${GITHUB_RUN_ID}/${MATRIX_ID}\" -N -H \"Authorization: Basic \$(echo -n '${CREDENTIAL}' | openssl base64)\" | tee -a ${OUTPUT_LOG}" &
CURL_PID=$!
Expand Down

0 comments on commit 5633c56

Please sign in to comment.