added in gitea actions
Some checks failed
Gitea Actions Demo / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-13 15:54:57 -05:00
parent cd34d27f76
commit cc436798d1

View File

@@ -14,6 +14,7 @@ jobs:
run: |
ip=$(getent hosts gitea-server | awk '{ print $1 }')
echo "$ip" > /tmp/gitea_ip.txt
cat /tmp/gitea_ip.txt
- name: Check out repository code
uses: actions/checkout@v3