Skip to content

Commit

Permalink
added github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 19, 2024
1 parent 84da4d1 commit 99b1cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install octokit dependencies
run: npm i
working-directory: xeroapi-sdk-codegen/.github/octokit
working-directory: ${{ github.workspace }}/.github/octokit

- name: Get github app access token
id: get_access_token
Expand All @@ -53,7 +53,7 @@ jobs:
with:
result-encoding: string
script: |
const { getAccessToken } = await import('${{ github.workspace }}/xeroapi-sdk-codegen/.github/octokit/index.js')
const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
const token = await getAccessToken()
return token
Expand Down

0 comments on commit 99b1cd0

Please sign in to comment.