Fix marketplace cleanup action #27

Merged
stuart.armstrong merged 3 commits from marketplace-cleanup-action-fix into master 2026-09-22 06:50:48 +00:00
Showing only changes of commit e63019b5f8 - Show all commits
@@ -14,6 +14,10 @@ on:
default: false
required: false
type: boolean
vite_oauth_callback_url:
required: false
type: string
default: ""
secrets:
VAULT_ROLE_ID:
required: true
@@ -27,6 +31,8 @@ jobs:
cleanup:
name: Cleanup
runs-on: ubuntu-latest
env:
VITE_OAUTH_CALLBACK_URL: ${{ inputs.vite_oauth_callback_url }}
steps:
- uses: https://github.com/actions/checkout@v3
- name: Fetch all history for all tags and branches