Skip to content

Commit aaf10de

Browse files
committed
chore: test entire workflow
1 parent 8521f06 commit aaf10de

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
path: github-tools
9090

9191
# Step 3: Setup environment from github-tools
92-
# - name: Checkout and setup environment
93-
# uses: ./github-tools/.github/actions/checkout-and-setup
94-
# with:
95-
# is-high-risk-environment: true
92+
- name: Checkout and setup environment
93+
uses: ./github-tools/.github/actions/checkout-and-setup
94+
with:
95+
is-high-risk-environment: true
9696

9797
# Step 4: Print Input Values
9898
- name: Print Input Values
@@ -117,25 +117,25 @@ jobs:
117117
echo "-------------"
118118
119119
# # Step 5: Create Release PR
120-
# - name: Create Release PR
121-
# id: create-release-pr
122-
# shell: bash
123-
# env:
124-
# GITHUB_TOKEN: ${{ secrets.github-token }}
125-
# BASE_BRANCH: ${{ inputs.base-branch }}
126-
# GITHUB_REPOSITORY_URL: '${{ github.server_url }}/${{ github.repository }}'
127-
# TEST_ONLY: ${{ inputs.test-only }}
128-
# GOOGLE_DOCUMENT_ID: ${{ inputs.release-sheet-google-document-id }}
129-
# GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.google-application-creds-base64 }}
130-
# NEW_VERSION: ${{ inputs.semver-version }}
131-
# MOBILE_TEMPLATE_SHEET_ID: ${{ inputs.mobile-template-sheet-id }}
132-
# EXTENSION_TEMPLATE_SHEET_ID: ${{ inputs.extension-template-sheet-id }}
133-
# working-directory: ${{ github.workspace }}
134-
# run: |
135-
# # Execute the script from github-tools
136-
# ./github-tools/.github/scripts/create-platform-release-pr.sh \
137-
# ${{ inputs.platform }} \
138-
# ${{ inputs.previous-version-tag }} \
139-
# ${{ inputs.semver-version }} \
140-
# ${{ inputs.mobile-build-version }}
120+
- name: Create Release PR
121+
id: create-release-pr
122+
shell: bash
123+
env:
124+
GITHUB_TOKEN: ${{ secrets.github-token }}
125+
BASE_BRANCH: ${{ inputs.base-branch }}
126+
GITHUB_REPOSITORY_URL: '${{ github.server_url }}/${{ github.repository }}'
127+
TEST_ONLY: ${{ inputs.test-only }}
128+
GOOGLE_DOCUMENT_ID: ${{ inputs.release-sheet-google-document-id }}
129+
GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.google-application-creds-base64 }}
130+
NEW_VERSION: ${{ inputs.semver-version }}
131+
MOBILE_TEMPLATE_SHEET_ID: ${{ inputs.mobile-template-sheet-id }}
132+
EXTENSION_TEMPLATE_SHEET_ID: ${{ inputs.extension-template-sheet-id }}
133+
working-directory: ${{ github.workspace }}
134+
run: |
135+
# Execute the script from github-tools
136+
./github-tools/.github/scripts/create-platform-release-pr.sh \
137+
${{ inputs.platform }} \
138+
${{ inputs.previous-version-tag }} \
139+
${{ inputs.semver-version }} \
140+
${{ inputs.mobile-build-version }}
141141

0 commit comments

Comments
 (0)