Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Jan 18, 2024
1 parent f8300b2 commit 38a8b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Get Repository
env:
REPO: ${{ github.repository }}
run: echo $REPO
env:
REPO: ${{ github.repository }}
run: echo $REPO

- name: Checkout Branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 38a8b64

Please sign in to comment.