https://github.com/keyfactor/action-delete-prereleases
Delete prereleases from a repository
https://github.com/keyfactor/action-delete-prereleases
kf-actions
Last synced: 2 days ago
JSON representation
Delete prereleases from a repository
- Host: GitHub
- URL: https://github.com/keyfactor/action-delete-prereleases
- Owner: Keyfactor
- License: apache-2.0
- Created: 2023-07-18T15:39:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:00:11.000Z (about 2 years ago)
- Last Synced: 2026-06-12T19:42:22.399Z (about 1 month ago)
- Topics: kf-actions
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# action-delete-prereleases
Delete prereleases from a repository
```
name: Delete Prereleases
on: [workflow_dispatch]
jobs:
delete_prereleases:
runs-on: ubuntu-latest
name: Delete the prereleases from this repository
steps:
- name: Update topic from integration_type
id: update
uses: keyfactor/action-delete-prereleases@main
with:
repo-token: ${{ secrets.GH_REPO_CONFIG}}