Skip to content

Merge pull request #4 from Talks-To-Wind/Joshuawcox5-patch-1 #2

Merge pull request #4 from Talks-To-Wind/Joshuawcox5-patch-1

Merge pull request #4 from Talks-To-Wind/Joshuawcox5-patch-1 #2

Workflow file for this run

# This is a basic workflow to help you get started with Actions

Check failure on line 1 in .github/workflows/ServiceNow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ServiceNow.yml

Invalid workflow file

(Line: 40, Col: 9): Unexpected value 'ServiceNow/sncicd-plugin-rollback@2.0.0', (Line: 43, Col: 5): Unexpected value 'pluginID', (Line: 43, Col: 5): There's not enough info to determine what you meant. Add one of these properties: cancel-timeout-minutes, container, continue-on-error, defaults, env, environment, outputs, runs-on, secrets, services, snapshot, steps, timeout-minutes, uses, with
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
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"
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: Run a one-line script
run: echo Hello, world!
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- name: ServiceNow CI/CD Rollback Plugin
# You may pin to the exact commit or the version.
# uses: ServiceNow/sncicd-plugin-rollback@600e3f11252fa6690ea329d129854eed2ed3f291
uses: ServiceNow/sncicd-plugin-rollback@2.0.0
with:
# Plugin ID to be rolled back
pluginID: