mirror of
https://github.com/linuxserver/docker-radarr.git
synced 2025-04-19 03:44:57 -04:00
Bot Updating Templated Files
This commit is contained in:
parent
0d3f0cf1aa
commit
b6477bfc64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/external_trigger.yml
vendored
2
.github/workflows/external_trigger.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
else
|
||||
printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY
|
||||
echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY
|
||||
if "${artifacts_found}" == "true" ]]; then
|
||||
if [[ "${artifacts_found}" == "true" ]]; then
|
||||
echo "All artifacts seem to be uploaded." >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
response=$(curl -iX POST \
|
||||
|
|
Loading…
Add table
Reference in a new issue