~athorp96/sourcehut-issue-mirror-github-action

f4fa0fd63b7f60a384a16ebb946fd630ca4ba09e — Andrew Thorp 4 years ago a47a836 foreign_username
Fix merge conflict
1 files changed, 2 insertions(+), 2 deletions(-)

M .github/workflows/nodejs.yml
M .github/workflows/nodejs.yml => .github/workflows/nodejs.yml +2 -2
@@ 9,7 9,7 @@ jobs:
    runs-on: ubuntu-latest

    steps:
    - uses: derekprior/add-autoresponse@foreign_username
    - uses: derekprior/add-autoresponse@master
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:


@@ 21,7 21,7 @@ jobs:
    runs-on: ubuntu-latest

    steps:
    - uses: athorp96/sourcehut_issue_mirror@foreign_username
    - uses: athorp96/sourcehut_issue_mirror@master
      with:
        title: ${{ github.event.issue.title }}
        body: ${{ github.event.issue.body }}