Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelnano committed Jul 15, 2022
1 parent 5b2688d commit 103ac9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
ci-ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Workaround to prevent checkout failure
run: sudo chown -R $USER:$USER /home/github/actions-runner/_work/workflow-cps-global-lib-http-plugin
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Set up JDK 1.8
Expand Down

0 comments on commit 103ac9f

Please sign in to comment.