[DOC] Add hint on deleted user to doc #7
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Private Packagist | |
on: push | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Webhook Action | |
uses: joelwmale/[email protected] | |
with: | |
# The url to send the webhook event to | |
url: ${{ secrets.WEBHOOK_URL }} |