mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-11 09:52:14 +01:00
fix(ci): missing checkout step on reusable workflow delete
This commit is contained in:
4
.github/workflows/__delete.yml
vendored
4
.github/workflows/__delete.yml
vendored
@@ -13,8 +13,12 @@ permissions:
|
||||
|
||||
jobs:
|
||||
delete:
|
||||
name: Delete Docker images
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Delete
|
||||
uses: gotenberg/gotenberg-release-action/actions/delete@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user