Skip to content

Commit

Permalink
released
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Apr 7, 2024
1 parent c88c58b commit 2754738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
name: Test [plan]
runs-on: ubuntu-latest
outputs:
packages: ${{ steps.plan.outputs.result }}
packages: ${{ steps.plan.outputs.packages }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- uses: fuxingloh/turbo-plan@main
- uses: fuxingloh/turbo-plan@v1
id: plan
with:
task: test
Expand Down

0 comments on commit 2754738

Please sign in to comment.