Skip to content

Commit

Permalink
Try adjusting push in jakarta-rewrite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jun 14, 2022
1 parent 9a24d12 commit 5aa3d4e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/jakarta-rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
name: Rewrite to Jakarta
if: github.repository == 'quarkusio/quarkus'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{ secrets.JAKARTA_PUSH_PAT }}
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand All @@ -33,13 +35,8 @@ jobs:
REWRITE_NO_TESTS=true ./jakarta/transform.sh
git add .
git commit -m 'Transform sources to Jakarta'
git push --force origin temp-jakarta-rewrite:jakarta-rewrite
shell: bash
- name: Push changes to jakarta-rewrite
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.JAKARTA_PUSH_PAT }}
force: true
branch: jakarta-rewrite
- name: Report status
if: "always() && github.repository == 'quarkusio/quarkus'"
shell: bash
Expand Down

0 comments on commit 5aa3d4e

Please sign in to comment.