Skip to content

Commit

Permalink
Update checkout repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Jan 18, 2024
1 parent 9c5e501 commit 9a99604
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Get Repository
id: repo
env:
REPO: ${{ github.repository }}
run: echo $REPO >> $GITHUB_ENV
run: echo "repo=$REPO" >> $GITHUB_OUTPUT

- name: Checkout Branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: ${{ env.REPO }}
repository: ${{ steps.repo.outputs.repo }}
fetch-depth: 0

- name: Get changed files
Expand Down

0 comments on commit 9a99604

Please sign in to comment.