Skip to content

Commit

Permalink
Update main to master in scoring workflow (#457)
Browse files Browse the repository at this point in the history
* rename test results step

* fix typo

* check if PR was merged (or just closed)

* cleanup

* update test results step name

* fix main -> master

---------

Co-authored-by: Katherine Fairchild <[email protected]>
  • Loading branch information
kvfairchild and Katherine Fairchild authored Jan 7, 2024
1 parent bdc6c47 commit b84bb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/score_new_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pip install ".[test]"
- name: Save changed files to env var
run: echo "CHANGED_FILES=$(git diff --name-only origin/main~1 origin/$GITHUB_HEAD_REF | tr '\n' ' ')" >> $GITHUB_ENV
run: echo "CHANGED_FILES=$(git diff --name-only origin/master~1 origin/$GITHUB_HEAD_REF | tr '\n' ' ')" >> $GITHUB_ENV

- name: Get plugin info
id: getpluginfo
Expand Down

0 comments on commit b84bb85

Please sign in to comment.