Skip to content

Commit

Permalink
try vars
Browse files Browse the repository at this point in the history
  • Loading branch information
milsman2 committed Nov 25, 2023
1 parent 6c403df commit ed923af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python -m src.main
env:
TEST_URL: ${{ secrets.TEST_URL }}
TEST_URL: ${{ vars.TEST_URL }}
- run: echo "🍏 This job's status is ${{ job.status }}."
DockerBuild:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed923af

Please sign in to comment.