Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
push and comment even if previous steps fail (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryx2 authored Nov 14, 2024
1 parent 7abf4f6 commit 95d5dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/openhands-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
retention-days: 30 # Keep the artifact for 30 days

- name: Create draft PR or push branch
if: always() # Push branch even if the previous steps fail
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
LLM_MODEL: ${{ secrets.LLM_MODEL }}
Expand All @@ -205,6 +206,7 @@ jobs:
- name: Comment on issue
uses: actions/github-script@v7
if: always() # Comment even if the previous steps fail
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 95d5dd7

Please sign in to comment.