Skip to content

Commit

Permalink
WIP: revert failed globalish PYTHONPATH
Browse files Browse the repository at this point in the history
This reverts commit 2b18604.
  • Loading branch information
andreaso committed Mar 28, 2024
1 parent 2b18604 commit 4e0d7af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ outputs:

runs:
using: composite
env:
PYTHONPATH: ${{ github.workspace }}
steps:
- name: Determine JWT audience
id: determine
Expand All @@ -44,6 +42,7 @@ runs:
vault_oidc_ssh_cert.output_audience()
shell: python
env:
PYTHONPATH: ${{ github.workspace }}
JWT_AUDIENCE: ${{ inputs.jwt_audience }}
VAULT_SERVER: ${{ inputs.vault_server }}

Expand Down

0 comments on commit 4e0d7af

Please sign in to comment.