Skip to content

Commit

Permalink
try another approach for checkout before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Apr 4, 2024
1 parent b20733a commit 1f27102
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout develop branch
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_WORKFLOW_TOKEN }}
ref: 'develop-clone'

- name: Checkout transifex branch
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1f27102

Please sign in to comment.