diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-23 14:30:13 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-23 14:30:13 -0500 |
| commit | 77078efaf94019c6754558ed05ab3e30400b424d (patch) | |
| tree | cc6f70e70999ce200e8174a53e82dc80af1f056f /.github/actions/tasks/main.yml | |
| parent | 656545dfc6b8fd35849e7194e29cc6d6001ae8b3 (diff) | |
| download | bashflows-77078efaf94019c6754558ed05ab3e30400b424d.tar.gz | |
Typo
Diffstat (limited to '.github/actions/tasks/main.yml')
| -rw-r--r-- | .github/actions/tasks/main.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/actions/tasks/main.yml b/.github/actions/tasks/main.yml deleted file mode 100644 index 06857e3..0000000 --- a/.github/actions/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: 'task' -description: 'Runs tasks' -inputs: - task-path: - description: 'Which task to run' - required: true - default: '' - -runs: - using: "composite" - steps: - - name: Run - run: | - bash tasks/task.sh ${{ inputs.task-path }} - shell: bash - |
