Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 3, 2024
1 parent 20a67ee commit 4e2bf51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/debug-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
- name: Set variables for Mkdocs Macros ℹ️
run: |
echo "---" > docs/assets/data/github.yml
export GH_REPO_STRING=${{ github.repository }}
echo "org_name: ${GH_REPO_STRING##*/}" >> docs/assets/data/github.yml
echo "repo_name: ${{ github.repository_owner }}" >> docs/assets/data/github.yml
echo "test: ${{ github.event.repository.name }}" >> docs/assets/data/github.yml
echo "org_name: ${{ github.repository_owner }}" >> docs/assets/data/github.yml
echo "repo_name: ${{ github.event.repository.name }}" >> docs/assets/data/github.yml
echo "repository: ${{ github.repository }}" >> docs/assets/data/github.yml
- name: Archive artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4e2bf51

Please sign in to comment.