diff --git a/.github/workflows/ascii-workflow.yml b/.github/workflows/ascii-workflow.yml index 660f302..bd11ab1 100644 --- a/.github/workflows/ascii-workflow.yml +++ b/.github/workflows/ascii-workflow.yml @@ -12,5 +12,5 @@ jobs: - name: Execute Shell Script run: | - chmode +x ascii-script.sh + chmod +x ascii-script.sh ./ascii-script.sh \ No newline at end of file