Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 1, 2024
1 parent 5be2358 commit 572896f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: echo preview-${{ github.ref }}
- name: Echo
run: echo preview-${{ github.ref }}
- name: Checkout
uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit 572896f

Please sign in to comment.