Skip to content

Commit

Permalink
fix KXGR_PROJECT_NAME value on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Nov 15, 2023
1 parent bcf8b8c commit a440fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cancel-in-progress: true

env:
KXGR_PROJECT_NAME: ${{ matrix.python_version }}-${{ github.ref }}
KXGR_PROJECT_NAME: ${{ matrix.python_version }}-${{ github.sha }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a440fd9

Please sign in to comment.