Skip to content

Commit

Permalink
Testing gh default var
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Jan 18, 2024
1 parent a985a62 commit f8300b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
name: "Workflow Linter"
runs-on: ubuntu-22.04
steps:
- name: Get Repository
env:
REPO: ${{ github.repository }}
run: echo $REPO

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

0 comments on commit f8300b2

Please sign in to comment.