Skip to content

Commit

Permalink
f: tidy test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Oct 2, 2024
1 parent f948538 commit 85eafa5
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Debug
uses: mxschmitt/action-tmate@v3

# When the PR gets merged, cut a new version branch.
merge:
needs: detect-versions
Expand All @@ -104,11 +101,16 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4

- name: Create a new version branch
uses: peterjgrainger/action-create-branch@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: ${{ needs.detect-versions.outputs.version }}
sha: ${GITHUB_SHA}
fetch-depth: 0

- name: Debug
uses: mxschmitt/action-tmate@v3

# - name: Create a new version branch
# uses: peterjgrainger/action-create-branch@v2.2.0
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# branch: ${{ needs.detect-versions.outputs.version }}
# sha: ${GITHUB_SHA}

0 comments on commit 85eafa5

Please sign in to comment.