Skip to content

Commit

Permalink
test: slug name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed May 18, 2024
1 parent 0195373 commit 2870778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tsc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: download-artifact
uses: actions/download-artifact@v2
with:
name: ${{ github.base_ref_slug }}-tsc-output
name: ${{ github.base_ref }}-tsc-output
path: base-tsc-output
continue-on-error: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsc-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Upload TSC Output as Artifact
uses: actions/upload-artifact@v2
with:
name: ${{ github.ref_slug }}-tsc-output
name: ${{ github.ref }}-tsc-output
path: tsc_output.txt

0 comments on commit 2870778

Please sign in to comment.