Skip to content

Commit

Permalink
fix: use _internal as working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Apr 23, 2024
1 parent 55790e2 commit e16a19c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ jobs:

- name: Read number of tabs from JSON file and set APP_NAME
id: read-tabs
working-directory: _internal
run: |
num_tabs=$(jq -r ".\"${{ matrix.directory }}\"" _internal/tabs.json)
num_tabs=$(jq -r ".\"${{ matrix.directory }}\"" tabs.json)
echo "NUM_TABS=${num_tabs}" >> $GITHUB_ENV
echo "APP_NAME=${{ matrix.directory }}" >> $GITHUB_ENV
Expand Down

0 comments on commit e16a19c

Please sign in to comment.