diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 738ff456c8..03ee5e974f 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -27,7 +27,7 @@ jobs: run: | cd VAMobile/android/fastlane/metadata/android/en-US/images/ imagemin * --out-dir=. - + cd phoneScreenshots/ imagemin * --out-dir=. @@ -65,7 +65,7 @@ jobs: id: create_pr uses: peter-evans/create-pull-request@v5 with: - token: ${{ secrets.GH_ACTIONS_PAT}} + token: ${{ secrets.GH_ACTIONS_PAT }} base: ${{ github.ref_name }} labels: devops branch: ${{ env.BRANCH_NAME }} @@ -84,4 +84,4 @@ jobs: PR_URL=$(gh pr view --json url -q ".url") echo "Pull request URL: $PR_URL" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file