Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Jun 28, 2023
1 parent fb05b3d commit e8d1e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
env:
MAIN_PYTHON_VERSION: '3.10'
DOCUMENTATION_CNAME: 'ansys.github.io/pre-commit-hooks'
LIBRARY_NAME: 'ansys-pre_commit_hooks-library'
LIBRARY_NAMESPACE: 'ansys.pre_commit_hooks.library'
LIBRARY_NAME: 'ansys-pre_commit_hooks'
LIBRARY_NAMESPACE: 'ansys.pre_commit_hooks'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit e8d1e7d

Please sign in to comment.