Skip to content

Commit

Permalink
fix(baseproject): remove superfluous conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
scheying committed Nov 22, 2023
1 parent 6085a3a commit 9dad2b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ runs:
password: ${{ steps.auth.outputs.access_token }}

- id: repo_without_slash
if: inputs.vault_export_token == 'true'
shell: bash
run: echo "result=${{ github.repository }}" | tr -s / - >> $GITHUB_OUTPUT

Expand Down

0 comments on commit 9dad2b5

Please sign in to comment.