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