Fix missing checkout
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / Explore-Own-Steps (push) Successful in 2s

This commit is contained in:
moritzrfs
2025-05-04 17:41:01 +02:00
parent b691781a0a
commit c0076f96e1

View File

@@ -25,6 +25,9 @@ jobs:
- name: Show custom variable - name: Show custom variable
run: echo "The URL is ${{ vars.ADGUARD_URL }}" run: echo "The URL is ${{ vars.ADGUARD_URL }}"
- name: Check out repository
uses: actions/checkout@v4
- name: Run Python script from file - name: Run Python script from file
run: python3 test.py run: python3 test.py
env: env: