We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64843a0 commit ff47577Copy full SHA for ff47577
.github/workflows/build.yml
@@ -44,11 +44,11 @@ jobs:
44
45
- name: check
46
run:
47
- ls $${{ step.contents.file }}
+ ls $${{ steps.contents.file }}
48
- name: Upload artifacts
49
# yamllint disable-line rule:line-length
50
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51
with:
52
# yamllint disable-line
53
name: ${{ github.event.repository.name }}-bin
54
- path: $${{ step.contents.file }}
+ path: $${{ steps.contents.file }}
0 commit comments