Add python script vars
This commit is contained in:
@@ -22,4 +22,10 @@ jobs:
|
||||
Explore-Own-Steps:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "The URL is ${{ vars.ADGUARD_URL }}"
|
||||
- name: Show custom variable
|
||||
run: echo "The URL is ${{ vars.ADGUARD_URL }}"
|
||||
|
||||
- name: Run Python script from file
|
||||
run: python3 test.py
|
||||
env:
|
||||
ADGUARD_URL: ${{ vars.ADGUARD_URL }}
|
||||
Reference in New Issue
Block a user