Skip to content

Commit

Permalink
hello 1
Browse files Browse the repository at this point in the history
hello 2
hello 3

hello 4
  • Loading branch information
ydshieh committed Apr 29, 2024
1 parent 33ddc88 commit da86706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-new-model-pr-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Check commit message
run: |
echo "${{ github.event.head_commit.message }}"
git log -n 5
git show -s --format=%s
echo "commit_message=$(git show -s --format=%s)" >> $GITHUB_ENV
# TODO: get this value from the commit message
- name: Check if there are specified models
Expand All @@ -50,6 +49,7 @@ jobs:
id: models_to_run
run: |
echo "${{ env.new_model }}"
echo "${{ env.commit_message }}"
echo "${{ env.models }}"
echo "models=${{ env.models }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit da86706

Please sign in to comment.