Преглед на файлове

setup-djgpp-toolchain/action.yml: Fixed typo.

Ryan C. Gordon преди 3 месеца
родител
ревизия
880343d0e1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/actions/setup-djgpp-toolchain/action.yml

+ 1 - 1
.github/actions/setup-djgpp-toolchain/action.yml

@@ -47,7 +47,7 @@ runs:
       with:
       with:
         path: '${{ runner.temp }}/${{ steps.calc.outputs.archive }}'
         path: '${{ runner.temp }}/${{ steps.calc.outputs.archive }}'
         key: ${{ steps.calc.outputs.cache-key }}
         key: ${{ steps.calc.outputs.cache-key }}
-    - name: 'Extract DJGP archive'
+    - name: 'Extract DJGPP archive'
       shell: pwsh
       shell: pwsh
       run: |
       run: |
         $archive = "${{ steps.calc.outputs.archive }}";
         $archive = "${{ steps.calc.outputs.archive }}";