瀏覽代碼

fix: notify galaxy to refresh on release

Kamesh Sampath 3 年之前
父節點
當前提交
e278c337af
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .github/workflows/site.yml

+ 5 - 0
.github/workflows/site.yml

@@ -38,3 +38,8 @@ jobs:
           publish_dir: "${{ env.SITE_DIR }}"
           publish_branch: "gh-pages"          
           full_commit_message: "[Release]${{ github.event.head_commit.message }}"
+      - name: "Notify Ansible Galaxy"
+        uses: distributhor/workflow-webhook@v2.0.2
+        env: 
+          webhook_url: "https://galaxy.ansible.com/api/v1/notifications/"
+