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 0b98ed8 commit 712cb94
Showing 1 changed file with 1 addition 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 @@ -15,7 +15,7 @@ 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_REPOSITORY_OWNER }}" >> docs/assets/data/github.yml
echo "repo_name: ${{ github.github_repository_owner }}" >> docs/assets/data/github.yml
echo "" >> docs/assets/data/github.yml
- name: Archive artifacts
Expand Down

0 comments on commit 712cb94

Please sign in to comment.