We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c36e1 commit f3a07edCopy full SHA for f3a07ed
.github/workflows/files-changed.yml
@@ -38,6 +38,6 @@ jobs:
38
filename=$(basename "$file")
39
filename_without_ext="${filename%.*}"
40
echo "Completed processing of $filename_without_ext. Now sending copr webhook of package $filename_without_ext"
41
- curl -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST "$WEBHOOK/$filename_without_ext"
+ curl -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST "$WEBHOOK/$filename_without_ext/"
42
sleep 5
43
done
0 commit comments