Skip to content

Commit

Permalink
set working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Nov 6, 2024
1 parent d06b962 commit c7023ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Get the name of the tool
run: echo "TOOL_NAME=$(make tool-name)" >> "${GITHUB_ENV}"
working-directory: ${{ inputs.tool-directory }}
run: set -e; echo "TOOL_NAME=$(make tool-name)" >> "${GITHUB_ENV}"
- name: Create event-specific values
id: setup
run: |
Expand Down

0 comments on commit c7023ae

Please sign in to comment.