Refactor the fix.
This commit is contained in:
@@ -14,14 +14,6 @@ on:
|
||||
default: false
|
||||
required: false
|
||||
type: boolean
|
||||
vite_oauth_callback_url:
|
||||
required: false
|
||||
type: string
|
||||
default: ""
|
||||
vite_api_url:
|
||||
required: false
|
||||
type: string
|
||||
default: ""
|
||||
secrets:
|
||||
VAULT_ROLE_ID:
|
||||
required: true
|
||||
@@ -35,9 +27,6 @@ jobs:
|
||||
cleanup:
|
||||
name: Cleanup
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VITE_OAUTH_CALLBACK_URL: ${{ inputs.vite_oauth_callback_url }}
|
||||
VITE_API_URL: ${{ inputs.vite_api_url }}
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
- name: Fetch all history for all tags and branches
|
||||
|
||||
Reference in New Issue
Block a user