Skip to content

Commit

Permalink
remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent 19ae46b commit 62afe24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- id: run_outdated
run: npm outdated >> "$GITHUB_OUTPUT"
run: npm outdated
- name: Report Status
if: always()
uses: ravsamhq/notify-slack-action@v2
with:
status: ${{ job.status }}
footer: "<{run_url}|View Run> | $GITHUB_OUTPUT"
footer: "<{run_url}|View Run>"
notify_when: "failure"
notification_title: "outdated dependencies"
env:
Expand Down

0 comments on commit 62afe24

Please sign in to comment.