Skip to content

Commit

Permalink
update github action for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed May 3, 2024
1 parent 7d4a41a commit d2a017d
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This is a basic workflow to help you get started with Actions

name: CI/CD
name: Build and Deploy

# Controls when the action will run.
on:
Expand Down Expand Up @@ -31,7 +29,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Determine Build Requirement
Expand Down

0 comments on commit d2a017d

Please sign in to comment.