fix: gitea artifact runners
This commit is contained in:
@ -62,7 +62,7 @@ jobs:
|
||||
run: terraform apply -auto-approve
|
||||
|
||||
- name: Upload inventory as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: ansible_inventory
|
||||
path: ansible/inventory.ini
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: christopherhx/gitea-download-artifact@v4
|
||||
with:
|
||||
name: ansible_inventory
|
||||
|
||||
|
Reference in New Issue
Block a user