Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/feature 16 ci wf refactor #23

Merged
merged 12 commits into from
May 3, 2022
Prev Previous commit
Next Next commit
fix env in env variable ref
  • Loading branch information
calebjenkins committed May 3, 2022
commit 62c1e1535e1daaee885535303dbb7347e642d09e
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