Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Sep 1, 2024
1 parent b4838fb commit b4614e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ on:
- '*'

jobs:
delete:
delete-branch-docker-image:
runs-on: ubuntu-latest

steps:
- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get deleted branch name
id: get_branch_name
run: |
Expand Down

0 comments on commit b4614e6

Please sign in to comment.