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 @@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Install octokit dependencies
121121 run : npm i
122- working-directory : ${{ github.workspace }} /.github/octokit
122+ working-directory : xero-ruby /.github/octokit
123123
124124 - name : Get github app access token
125125 id : get_access_token
@@ -130,7 +130,7 @@ jobs:
130130 with :
131131 result-encoding : string
132132 script : |
133- const { getAccessToken } = await import('${{ github.workspace }}/.github/octokit/index.js')
133+ const { getAccessToken } = await import('${{ github.workspace }}/xero-ruby/ .github/octokit/index.js')
134134 const token = await getAccessToken()
135135 return token
136136
@@ -149,6 +149,6 @@ jobs:
149149 "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
150150 "environment": "test",
151151 "sdk_type": "node",
152- "cab_key": ${{ github.event.inputs.cab_id }}
152+ "cab_key": " ${{ github.event.inputs.cab_id }}"
153153 }
154154 }'
You can’t perform that action at this time.
0 commit comments