Skip to content

Commit

Permalink
updated execution path
Browse files Browse the repository at this point in the history
  • Loading branch information
amauch-adobe committed Dec 18, 2024
1 parent a1e53e3 commit 01e6c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/servicenow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test This workflow will install Python dependencies, run CMR creation in ServiceNow
# This workflow will install Python dependencies, run CMR creation in ServiceNow
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Create CMR in ServiceNow
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
python -m pip install --upgrade pip requests timedelta
- name: Execute script for creating and closing CMR
run: |
python servicenow.py
python ./.github/workflows/servicenow.py

0 comments on commit 01e6c07

Please sign in to comment.