Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Update 2023_10_RSR_Ausbildung_Nachtrag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eskopp committed Nov 15, 2023
1 parent a1c1f62 commit b31efb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/2023_10_RSR_Ausbildung_Nachtrag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -u "$USERNAME:$PASSWORD" -T "$PDF_FILE" "$EXTCLOUD_URL")
if [ $HTTP_STATUS -eq 201 ] || [ $HTTP_STATUS -eq 204 ]; then
echo "PDF-Datei wurde erfolgreich hochgeladen oder aktualisiert."
else
Expand All @@ -93,7 +92,7 @@ jobs:
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" -u "$USERNAME:$PASSWORD" -T "$PDF_FILE" "$EXTCLOUD_URL")
if [ $HTTP_STATUS -eq 201 ] || [ $HTTP_STATUS -eq 204 ]; then
echo "PDF-Datei wurde erfolgreich hochgeladen oder aktualisiert."
echo "PDF-Datei wurde erfolgreich hochgeladen oder aktualisiert. "
else
exit 1
fi
Expand Down

0 comments on commit b31efb4

Please sign in to comment.