Skip to content

Commit

Permalink
Upgrade terraform provider stripe to v1.9.2 (#4)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks

* add to action

* add to action

* add to action
  • Loading branch information
georgegebbett authored Nov 23, 2023
1 parent 8921602 commit 7d806ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/pulumi-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,18 @@ runs:
node-version: ${{ env.NODEVERSION }}
registry-url: https://registry.npmjs.org
- name: Download nodejs SDK
id: download
if: inputs.sdk == 'nodejs' || inputs.sdk == 'all'
uses: actions/download-artifact@v2
with:
name: nodejs-sdk.tar.gz
path: ${{ github.workspace }}/sdk/
- name: 'Echo download path'
shell: bash
run: echo ${{steps.download.outputs.download-path}}
- name: 'Echo download path'
shell: bash
run: ls ${{steps.download.outputs.download-path}}
- name: Uncompress nodejs SDK
if: inputs.sdk == 'nodejs' || inputs.sdk == 'all'
run: tar -zxf ${{ github.workspace }}/sdk/nodejs-sdk.tar.gz -C
Expand Down

0 comments on commit 7d806ad

Please sign in to comment.