Skip to content

Commit

Permalink
Remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri committed Dec 16, 2023
1 parent cf184bb commit b4e0603
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/repository-delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,3 @@ jobs:
name: ${{ steps.compress.outputs.ARCHIVE }}
path: /tmp/${{ steps.compress.outputs.ARCHIVE }}
retention-days: 60
- name: Report
run: |
curl --location "https://api.getport.io/v1/actions/runs/${{ fromJson(inputs.port_payload).context.runId }}/logs" \
--header "Authorization: Bearer ${{ secrets.PORT_CLIENT_SECRET }}" \
--header "Content-Type: application/json" \
--data "{
\"message\": \"Repository is backed-up. In order to download it, open the job in GH. Artifact Name: ${{ steps.compress.outputs.ARCHIVE }} 💾\"
}"

0 comments on commit b4e0603

Please sign in to comment.