Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Simplify checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 5, 2024
1 parent 473e776 commit 20cb45d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
echo $FOO
gh auth status
shell: bash
- name: Checkout repository
uses: actions/checkout@v3
with:
token: "$GH_TOKEN"
- uses: actions/checkout@v4
- name: Add remote for upstream
run: git remote add upstream https://github.com/solana-labs/sync_test.git
shell: bash
Expand Down

0 comments on commit 20cb45d

Please sign in to comment.