File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }'
You can’t perform that action at this time.
0 commit comments