Skip to content

Create pull_request_template.md #30

Create pull_request_template.md

Create pull_request_template.md #30

Workflow file for this run

# Linter work
name: CD
# Controls when the workflow will run
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
deploy:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: context
uses: okteto/context@latest
with:
token: ${{ secrets.OKTETO_TOKEN }}
- name: Trigger Pipeline
uses: okteto/pipeline@latest
with:
name: my-personal-portfolio
timeout: 8m