File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3131 run : |
3232 BRANCH=repo-tools-$NEW_VERSION
3333
34- pushd $REPO
34+ cd $REPO
3535 echo "Creating branch: $BRANCH"
3636 git checkout -b $BRANCH
3737
6565 else
6666 echo "::warning::Existing pull request found: $EXISTING_PR"
6767 fi
68-
69- echo "Resetting working dir:"
70- popd
Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ jobs:
8484 pat : ${{ secrets.CI_USER_PAT }}
8585
8686 - name : Smithy Kotlin pull request
87- uses : ./.github/actions/version-bump-pr@main
87+ uses : ./.github/actions/version-bump-pr
8888 with :
8989 repo : ' smithy-lang/smithy-kotlin'
9090 version : ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
9191 pat : ${{ secrets.CI_USER_PAT }}
9292
9393 - name : CRT Kotlin pull request
94- uses : ./.github/actions/version-bump-pr@main
94+ uses : ./.github/actions/version-bump-pr
9595 with :
9696 repo : ' aws/aws-crt-kotlin'
9797 version : ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
You can’t perform that action at this time.
0 commit comments