Skip to content

Commit

Permalink
ci: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Feb 12, 2024
1 parent 77d01fb commit 35d6cc6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-homebrew-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 35d6cc6

Please sign in to comment.