Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Update actions/checkout action to v4 #16

Update actions/checkout action to v4

Update actions/checkout action to v4 #16

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI with staging
# Controls when the action will run.
on: [ push, pull_request, 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"
build:
# 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:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: Check using scms
uses: scms/scms-github-action@v1
with:
outputbranch: site-staging
verbose: true
parallelity: 2