Skip to content

Commit

Permalink
Merge pull request #175 from anatawa12/tmp-fix-ci
Browse files Browse the repository at this point in the history
ci: use merged for misskey js check
  • Loading branch information
anatawa12 authored Apr 11, 2024
2 parents f60ca03 + c86f4f4 commit cfd8fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-misskey-js-autogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]
with:
submodules: true
ref: ${{ github.event.pull_request.head.sha }}
ref: refs/pull/${{ github.event.number }}/merge

- name: setup pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit cfd8fbe

Please sign in to comment.