Skip to content

Commit

Permalink
fix env in env variable ref
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjenkins committed May 3, 2022
1 parent 5f552df commit 62c1e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
Nuget_Key: secrets.FAKEAUTH_NUGET_KEY
Nuget_URL: "https://api.nuget.org/v3/index.json"
Branch_Name: ${{ GITHUB_REF_NAME }}
Branch_Name: ${{ env.GITHUB_REF_NAME }}

jobs:
build:
Expand Down

0 comments on commit 62c1e15

Please sign in to comment.