Skip to content

Commit

Permalink
Update dev_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sulmoJ authored Dec 28, 2023
1 parent 6107282 commit 31d402d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: "[Dispatch] Dev build"

on:
workflow_dispatch:
inputs:
branch:
description: 'Branch name'
required: true

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -18,9 +14,9 @@ jobs:
steps:
- name: log
run: |
echo "BRANCH: ${{ github.event.inputs.branch }}"
echo "BRANCH: ${{ github.ref }}"
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branch }}
ref: ${{ github.ref }}
submodules: recursive

0 comments on commit 31d402d

Please sign in to comment.