Fix missing checkout
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user