Skip to content

Commit

Permalink
abc
Browse files Browse the repository at this point in the history
  • Loading branch information
djagoda881 committed Feb 9, 2024
1 parent 4e9ce53 commit 14908f8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Clone Repository

on:
push:
branches:
- main # Change this to match the branch you want to trigger on

jobs:
clone_repo:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Clone test
run: |
git clone https://$DBT_ENV_SECRET_GITHUB_TOKEN@github.com/dyvenia/nesso-cli.git
shell: bash
env:
DBT_ENV_SECRET_GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 14908f8

Please sign in to comment.