Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent 4b8c46e commit c18a549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/outdated-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
echo EOF
} >> "$GITHUB_ENV"
- name: Report Status
run: echo $OUTDATED_DEPENDENCIES
env:
OUTDATED_DEPENDENCIES: ${{ steps.outdated.outputs.OUTDATED_DEPENDENCIES }}
run: echo env.OUTDATED_DEPENDENCIES
# env:
# OUTDATED_DEPENDENCIES: ${{ steps.outdated.outputs.OUTDATED_DEPENDENCIES }}
# - name: Report Status
# if: always()
# uses: ravsamhq/notify-slack-action@v2
Expand Down

0 comments on commit c18a549

Please sign in to comment.