Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Removes an extraneous `npm whoami` from non-nodejs publishing actions. This step fails, as seen in the [logs for pulumi-local](
https://github.com/pulumi/pulumi-local/actions/runs/5284154398/jobs/9561516687#step:3:683) when run with `sdk: dotnet` or `sdk: java`.
  • Loading branch information
AaronFriel authored Jun 15, 2023
1 parent c825ef1 commit dfc60ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ runs:
${{ github.workspace }}/sdk/nodejs
shell: bash
- name: Run npm whoami
if: inputs.sdk == 'nodejs' || inputs.sdk == 'all'
run: npm whoami
shell: bash
env:
Expand Down

0 comments on commit dfc60ce

Please sign in to comment.