Skip to content

Commit baedc27

Browse files
author
sangeet-joy_xero
committed
corrected path
1 parent 9054328 commit baedc27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Install octokit dependencies
127127
run: npm i
128-
working-directory: ${{ github.workspace }}/.github/octokit
128+
working-directory: xero-python/.github/octokit
129129

130130
- name: Get github app access token
131131
id: get_access_token
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
result-encoding: string
138138
script: |
139-
const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
139+
const { getAccessToken } = await import('${{ github.workspace }}/xero-python/.github/octokit/index.js')
140140
const token = await getAccessToken()
141141
return token
142142
@@ -155,6 +155,6 @@ jobs:
155155
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
156156
"environment": "test",
157157
"sdk_type": "node",
158-
"cab_key": ${{ github.event.inputs.cab_id }}
158+
"cab_key": "${{ github.event.inputs.cab_id }}"
159159
}
160160
}'

0 commit comments

Comments
 (0)