Compare commits
1 Commits
069fb70bc2
...
6ef5ed8926
| Author | SHA1 | Date | |
|---|---|---|---|
|
6ef5ed8926
|
@@ -94,7 +94,7 @@ jobs:
|
||||
- name: Check for Changes
|
||||
id: check-changes
|
||||
run: |
|
||||
git restore --staged clusters/**/helm
|
||||
git restore --staged ${{ gitea.workspace }}/clusters/**/helm
|
||||
|
||||
if git status --porcelain | grep -q .; then
|
||||
echo ">> Changes detected"
|
||||
@@ -154,6 +154,7 @@ jobs:
|
||||
#HTTP_STATUS=$(
|
||||
curl -X POST \
|
||||
--silent \
|
||||
|
||||
--data "${PAYLOAD}" \
|
||||
-H "Authorization: token ${GITEA_TOKEN}" \
|
||||
-H "Content-Type: application/json" \
|
||||
|
||||
Reference in New Issue
Block a user