test dns with curl
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m39s

This commit is contained in:
Kabbone 2024-04-06 11:47:02 +02:00
parent 3093a006fc
commit 3a8f4f878a

View File

@ -9,6 +9,7 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: curl https://git.kabtop.de
- name: Check out repository code
uses: actions/checkout@v4.1.1
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."