Skip to content

Commit

Permalink
Added action.yaml for quick-task action
Browse files Browse the repository at this point in the history
  • Loading branch information
PR Pilot committed Apr 14, 2024
1 parent 7654eb0 commit e04ecaf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions quick-task/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Quick Task'
description: 'Executes a simple task described in the action inputs'
inputs:
task-description:
description: 'The description of the task to run as-is'
required: true
runs:
using: 'composite'
steps:
- name: Run Task
run: ${{ inputs.task-description }}
shell: bash

0 comments on commit e04ecaf

Please sign in to comment.