We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c276f10 commit 4c442d6Copy full SHA for 4c442d6
.github/workflows/build-ig.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
dotnet-version: "8.0"
28
- name: Create temp dir and copy sushi project file
29
- run: mkdir temp && cp -v ${{ inputs.project-dir }}/sushi-config.yaml temp/
+ run: mkdir temp && cp -v ./sushi-config.yaml temp/
30
shell: bash
31
- name: Install sushi locally
32
working-directory: temp
0 commit comments