Skip to content

Commit

Permalink
exporting environment variables inside runners
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 4, 2024
1 parent 515169c commit 70be7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
unittesting:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
environment: dev
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 70be7e4

Please sign in to comment.