Skip to content

Commit

Permalink
change var
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 3, 2024
1 parent 94bccd9 commit 04489d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set variables for Mkdocs Macros ℹ️
run: |
echo "---" > docs/assets/data/github.yml
export GH_REPO_STRING=${{ github.GITHUB_REPOSITORY }}
export GH_REPO_STRING=${{ github.repository }}
echo ${GH_REPO_STRING##*/} >> docs/assets/data/github.yml
echo "${{ github.GITHUB_REPOSITORY_OWNER }}" >> docs/assets/data/github.yml
echo "" >> docs/assets/data/github.yml
Expand Down
4 changes: 4 additions & 0 deletions github.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---



0 comments on commit 04489d1

Please sign in to comment.