Skip to content

Commit

Permalink
Always push repo or make a PR, comment (#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryx2 authored Nov 15, 2024
1 parent 9882b62 commit 8b1d5f5
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 @@ -181,6 +181,7 @@ jobs:
retention-days: 30 # Keep the artifact for 30 days

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

0 comments on commit 8b1d5f5

Please sign in to comment.