does it go both ways?
This commit is contained in:
12
action.yml
12
action.yml
@@ -13,6 +13,12 @@ runs:
|
|||||||
echo "#!/bin/bash
|
echo "#!/bin/bash
|
||||||
echo '📤️ Uploading package ...'
|
echo '📤️ Uploading package ...'
|
||||||
ls -al
|
ls -al
|
||||||
|
|
||||||
|
git config --global user.name 'Guy Incognito'
|
||||||
|
git config --global user.email 'user@local'
|
||||||
|
git add ./*.tar.zst
|
||||||
|
git commit -m "fuck you, gitea"
|
||||||
|
|
||||||
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
|
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file ./*.tar.zst \
|
--upload-file ./*.tar.zst \
|
||||||
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
|
||||||
@@ -25,3 +31,9 @@ runs:
|
|||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
uses: https://git.sanin.dev/packages_test/build-publish/@build
|
||||||
|
|
||||||
|
- name: ls
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "FINAL LS"
|
||||||
|
ls -al
|
||||||
|
|||||||
Reference in New Issue
Block a user