Skip to content

Commit

Permalink
Remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Jun 24, 2024
1 parent d198e85 commit e4bec3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ on:
- main
- issue-18-cicd

env:
WORKDIR_CORE: core

jobs:
cd-core:
uses: ./.github/workflows/_cd.yml
with:
working-directory: ${{ env.WORKDIR_CORE }}
working-directory: core

0 comments on commit e4bec3d

Please sign in to comment.