Skip to content

Commit

Permalink
Update create-token-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed Oct 16, 2024
1 parent 8996b2a commit d56f95d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-token-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
# Checkout the token branch which was pushed
- name: Checkout Token Branch
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

# Check if the PR branch corresponding to the token branch exists
# Check if a PR branch corresponding to the token branch exists
- name: Get PR Branch
id: pr-branch
run: |
Expand Down

0 comments on commit d56f95d

Please sign in to comment.