Skip to content

Commit

Permalink
chore(yaml): Add a new line before steps
Browse files Browse the repository at this point in the history
Make the steps visible with many options.
  • Loading branch information
5ouma committed Jan 9, 2025
1 parent 491de3d commit 35ee8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
Deploy:
runs-on: Ubuntu-Latest

steps:
- name: 🛣️ Setup Tailscale
uses: tailscale/github-action@8688eb839e58e6b25c1ae96cd99d1c173299b842 # v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: Ubuntu-Latest
outputs:
composes: ${{ steps.detect.outputs.composes }}

steps:
- name: 🚚 Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 35ee8c4

Please sign in to comment.