Skip to content

Commit

Permalink
set identity3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwek20 committed Apr 8, 2024
1 parent 42c2855 commit aac96be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test
run: echo ${{ github.head_ref }}.${{ github.sha }}

- name: Pull changes from FluffyChat
run: |
Expand Down

0 comments on commit aac96be

Please sign in to comment.