fix(ci): debug deploy
This commit is contained in:
parent
b4af5292ab
commit
9470a7efe3
1 changed files with 2 additions and 1 deletions
|
@ -128,13 +128,14 @@ jobs:
|
|||
ref: refs/heads/main
|
||||
repository: "${{ inputs.playbook_repository }}"
|
||||
path: /workspace/${{ gitea.repository }}
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
# Clone Role
|
||||
- name: Checkout this Ansible Role
|
||||
uses: https://git.michaelsasser.org/actions/checkout@v4
|
||||
with:
|
||||
path: "/workspace/${{ gitea.repository }}/plays/roles/michaelsasser.${{ steps.get-role-name.outputs.role_name }}"
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
# Setup SSH
|
||||
- name: Setup SSH
|
||||
|
|
Loading…
Reference in a new issue