Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lapierrejl authored Jan 14, 2021
1 parent 8a258c4 commit e96b330
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions actions-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: "repo access test"
description: "Testing repo access"
inputs:
working_directory:
requiered: true
requiered: true
output_path:
requiered: true
default: 'CLUSTERINFO.md'
runs:
using: "composite"
steps:
Expand All @@ -13,12 +16,5 @@ runs:
- name: get-info
shell: bash
working-directory: ${{ inputs.working_directory }}
run: python ${{ github.action_path }}/src/main.py
- name: env
shell: bash
working-directory: ${{ inputs.working_directory }}
run: env
- name: workdir
run: echo ${{ inputs.working_directory }}
shell: bash
run: python ${{ github.action_path }}/src/main.py --output_path ${{ inputs.output_path }}

0 comments on commit e96b330

Please sign in to comment.