Skip to content

Commit

Permalink
Remove extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Dec 13, 2023
1 parent 234f933 commit 533e0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prepare-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_BOT_PUSH }}
with:
branch: '${{ env.BRANCH_PREFIX }}/${{ env.PLUGIN_VERSION }}'
branch: '${{ env.BRANCH_PREFIX }}${{ env.PLUGIN_VERSION }}'
- name: Checkout the code
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_BOT_PUSH }}
ref: '${{ env.BRANCH_PREFIX }}/${{ env.PLUGIN_VERSION }}'
ref: '${{ env.BRANCH_PREFIX }}${{ env.PLUGIN_VERSION }}'
- name: Run wporg-replace
uses: sc0ttkclark/wporg-replace@v1.0.7
with:
Expand All @@ -84,7 +84,7 @@ jobs:
with:
token: ${{ secrets.GH_BOT_PUSH }}
base: ${{ env.DEFAULT_BRANCH }}
branch: '${{ env.BRANCH_PREFIX }}/${{ env.PLUGIN_VERSION }}'
branch: '${{ env.BRANCH_PREFIX }}${{ env.PLUGIN_VERSION }}'
title: '${{ env.PR_PREFIX }}${{ env.PLUGIN_VERSION }}'
labels: ${{ env.PR_LABELS }}
assignees: ${{ github.actor }}

0 comments on commit 533e0e6

Please sign in to comment.