Skip to content

Commit

Permalink
fix automation
Browse files Browse the repository at this point in the history
  • Loading branch information
hagay3 committed Feb 27, 2024
1 parent 02546af commit d10cc0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

- name: Setup Java (temurin@8)
if: matrix.java == 'temurin@8'
Expand Down
1 change: 1 addition & 0 deletions infra/ci/fix-workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sed -i '' -E 's/.*Check that workflows are up to date//' .github/workflows/ci.y
sed -i '' -E 's/.*githubWorkflowCheck//' .github/workflows/ci.yml
sed -i '' -E '1,/branches.*/s/branches.*//' .github/workflows/ci.yml
sed -i '' -E "s/''/\"/g" .github/workflows/ci.yml
sed -i '' '35d' .github/workflows/ci.yml

0 comments on commit d10cc0e

Please sign in to comment.