Skip to content

Commit

Permalink
Echo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru committed Jan 19, 2024
1 parent 9a99604 commit 4d5db28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
id: repo
env:
REPO: ${{ github.repository }}
run: echo "repo=$REPO" >> $GITHUB_OUTPUT
run: |
echo $REPO
echo "repo=$REPO" >> $GITHUB_OUTPUT
- name: Checkout Branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 4d5db28

Please sign in to comment.