Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Sep 18, 2024
1 parent fb4e67d commit 2d89d9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lock-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
pr:
runs-on: ubuntu-latest
outputs:
pr: ${{ steps.pr.outputs }}
pr_found: ${{ steps.pr.outputs.pr_found }}
steps:
# Only execute if there's a PR attached to this branch.
Expand All @@ -28,6 +29,8 @@ jobs:
outputs:
changes: ${{ steps.changes.outputs.gemfile }}
steps:
- run:
echo ${{ needs.pr.outputs.pr }}
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: changes
Expand Down

0 comments on commit 2d89d9f

Please sign in to comment.