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 @@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Install octokit dependencies
131131 run : npm i
132- working-directory : ${{ github.workspace }} /.github/octokit
132+ working-directory : Xero-Java /.github/octokit
133133
134134 - name : Get github app access token
135135 id : get_access_token
@@ -140,7 +140,7 @@ jobs:
140140 with :
141141 result-encoding : string
142142 script : |
143- const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
143+ const { getAccessToken } = await import('${{ github.workspace }}/Xero-Java/ .github/octokit/index.js')
144144 const token = await getAccessToken()
145145 return token
146146
@@ -159,6 +159,6 @@ jobs:
159159 "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
160160 "environment": "test",
161161 "sdk_type": "node",
162- "cab_key": ${{ github.event.inputs.cab_id }}
162+ "cab_key": " ${{ github.event.inputs.cab_id }}"
163163 }
164164 }'
You can’t perform that action at this time.
0 commit comments