Skip to content

Commit

Permalink
Update deploy-to-production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kukrejaravi9 authored Aug 16, 2024
1 parent 5076617 commit 43bf77a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: Build and Deploy - Production
on:
workflow_dispatch:
inputs:
import_destination:
description: 'Some input'
required: false
type: integer

push
jobs:
call-reusable-job:
runs-on: macos-latest
steps:
- name: Test env
env:
import_destination: "${{ inputs.import_destination }}"
import_destination: "Hello"
run: |
echo ${import_destination}

0 comments on commit 43bf77a

Please sign in to comment.