Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Dec 12, 2022
1 parent d09923f commit e34670f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ inputs:
wandb_api_key:
description: Your wandb API key available at `/authorize`. We recommend setting this in github secrets!
required: true
report_template_filename:
description: The .py file you want to use for templating.
required: true
runs:
using: composite
steps:
Expand All @@ -23,7 +26,7 @@ runs:
- name: Generate a new report
id: generate-report
run: |
report_url=$(python make_report.py)
report_url=$(python ${{ inputs.report_template_filename }}.py)
echo "REPORT_URL=$report_url" >> $GITHUB_OUTPUT
shell: bash
env:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit e34670f

Please sign in to comment.