Skip to content

Commit

Permalink
feat: use new rules api
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 19, 2023
1 parent 6122c92 commit deec413
Show file tree
Hide file tree
Showing 114 changed files with 110,032 additions and 1,494 deletions.
6 changes: 3 additions & 3 deletions .github/actions/changed-workspaces/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ runs:
- name: Get Workspaces
shell: bash
id: workspaces
run: |
flags=$(npm exec --offline -- template-oss-changed-workspaces '${{ inputs.files || steps.files.outputs.names }}')
echo "flags=${flags}" >> $GITHUB_OUTPUT
uses: ./.github/actions/get-workspaces
with:
files: ${{ inputs.files || steps.files.outputs.names }}
Loading

0 comments on commit deec413

Please sign in to comment.