Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ichengchang committed Jul 17, 2024
1 parent e517c95 commit 5838bef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.app-context.outputs.app_sha }}
token: ${{ secrets.BROADBOT_TOKEN }}
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/compute-app-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
token: ${{ secrets.BROADBOT_TOKEN }}

- id: ghctx
name: Useful GitHub Context
Expand Down

0 comments on commit 5838bef

Please sign in to comment.