Skip to content

Commit

Permalink
try again 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ETLaurent committed Sep 26, 2023
1 parent b654245 commit e275a95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 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_outdated_dependencies:
runs-on: ubuntu-latest
outputs:
outdated_output: ${{ steps.outdated.outputs.outdated_dependencies }}
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand All @@ -26,7 +24,7 @@ jobs:
id: outdated
run: echo "outdated_dependencies=hey" >> "$GITHUB_OUTPUT"
- name: Report Status
run: echo $GITHUB_OUTPUT
run: echo $OUTDATED_DEPENDENCIES
env:
OUTDATED_DEPENDENCIES: ${{ steps.outdated.outputs.outdated_dependencies }}
# - name: Report Status
Expand Down

0 comments on commit e275a95

Please sign in to comment.