Fix marketplace cleanup action #27
@@ -14,6 +14,10 @@ on:
|
|||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
vite_oauth_callback_url:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
secrets:
|
secrets:
|
||||||
VAULT_ROLE_ID:
|
VAULT_ROLE_ID:
|
||||||
required: true
|
required: true
|
||||||
@@ -27,6 +31,8 @@ jobs:
|
|||||||
cleanup:
|
cleanup:
|
||||||
name: Cleanup
|
name: Cleanup
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
VITE_OAUTH_CALLBACK_URL: ${{ inputs.vite_oauth_callback_url }}
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
- name: Fetch all history for all tags and branches
|
- name: Fetch all history for all tags and branches
|
||||||
|
|||||||
Reference in New Issue
Block a user