Skip to content

Commit f3a07ed

Browse files
authored
Update files-changed.yml
1 parent c3c36e1 commit f3a07ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/files-changed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
filename=$(basename "$file")
3939
filename_without_ext="${filename%.*}"
4040
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"
41+
curl -i -H "Accept: application/json" -H "Content-Type:application/json" -X POST "$WEBHOOK/$filename_without_ext/"
4242
sleep 5
4343
done

0 commit comments

Comments
 (0)