Skip to content

Commit

Permalink
fix(ci): syntax on inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
levnikmyskin committed May 16, 2024
1 parent 6ffb307 commit cd1d4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup_base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ runs:
repository: hyprwm/Hyprland
submodules: recursive
path: Hyprland
ref: ${{ github.events.inputs.branch }}
fetch-tags: true
ref: ${{ github.event.inputs.branch }}

# Fix an issue with actions/checkout where the checkout repo is not mark as safe
- name: Mark directory as safe for git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: github.ref == 'refs/heads/main'|| github.base_ref == 'main'
with:
INSTALL_XORG_PKGS: true
branch: '0.40.0'
branch: 'v0.40.0'

- name: Setup base on dev
uses: ./.github/actions/setup_base
Expand Down

0 comments on commit cd1d4de

Please sign in to comment.