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 04489d1 commit 0b98ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: |
echo "---" > docs/assets/data/github.yml
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 "org_name: ${GH_REPO_STRING##*/}" >> docs/assets/data/github.yml
echo "repo_name: ${{ GITHUB_REPOSITORY_OWNER }}" >> docs/assets/data/github.yml
echo "" >> docs/assets/data/github.yml
- name: Archive artifacts
Expand Down
4 changes: 0 additions & 4 deletions github.yml

This file was deleted.

0 comments on commit 0b98ed8

Please sign in to comment.