Skip to content

Commit

Permalink
get artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 3, 2024
1 parent bb2de6e commit 94bccd9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/debug-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ jobs:

- name: Set variables for Mkdocs Macros ℹ️
run: |
echo "---"
echo "---" > docs/assets/data/github.yml
export GH_REPO_STRING=${{ github.GITHUB_REPOSITORY }}
echo ${GH_REPO_STRING##*/}
echo "${{ github.GITHUB_REPOSITORY_OWNER }}"
echo ""
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
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: gitvars_artifacts
path: |
docs/assets/data/github.yml

0 comments on commit 94bccd9

Please sign in to comment.