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 712cb94 commit 20a67ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
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.github_repository_owner }}" >> docs/assets/data/github.yml
echo "" >> 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
- name: Archive artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 20a67ee

Please sign in to comment.