diff --git a/.github/workflows/update-homebrew-formula.yml b/.github/workflows/update-homebrew-formula.yml index 39e2f9c7d..34b961505 100644 --- a/.github/workflows/update-homebrew-formula.yml +++ b/.github/workflows/update-homebrew-formula.yml @@ -18,6 +18,11 @@ jobs: with: repository: lacework/homebrew-tap path: homebrew-tap + - name: Checkout + uses: actions/checkout@v4 + with: + repository: lacework-dev/actions + path: github-actions - name: Update CLI Version working-directory: homebrew-tap env: @@ -30,7 +35,7 @@ jobs: make update-cli-version - name: Send Results To Slack if: failure() - uses: lacework-dev/actions/report-to-slack-v1@main + uses: ./github-actions/report-to-slack-v1 with: channel-id: "pengyuan-test" env: