Skip to content

Commit

Permalink
try to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent 6c07c2b commit 50524bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
check:
runs-on: ubuntu-latest
outputs:
output: ${{ steps.run_outdated.outputs.result }}
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand All @@ -24,8 +22,9 @@ jobs:
# run: npm install
- name: Check outdated dependencies
id: run_outdated
run: echo "result=$(npm outdated)" >> "$GITHUB_OUTPUT"
run: echo heyy >> "$GITHUB_OUTPUT"
- name: Report Status
# run: echo ${{ steps.run_outdated.outputs.result }}
run: echo $GITHUB_OUTPUT
# - name: Report Status
# if: always()
Expand Down

0 comments on commit 50524bd

Please sign in to comment.