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