Skip to content

Commit

Permalink
Update fork-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 28, 2023
1 parent a7cc9b1 commit 6bc1a50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fork-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

# Runs a single command using the runners shell
- name: Run a one-line script
Expand Down

0 comments on commit 6bc1a50

Please sign in to comment.