Skip to content

Commit

Permalink
Test optional parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Oct 20, 2023
1 parent 1068ee3 commit 1893711
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/sync-staging-envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# - name: Set up Node
# uses: actions/setup-node@v1
# with:
# node-version: 12
- name: Open/update a PR from `main` to `stage-live`
id: pull
uses: tretuna/[email protected]
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "main"
TO_BRANCH: "stage-live"
# PULL_REQUEST_TITLE: "Update stage environments"
# PULL_REQUEST_BODY: "This is an automated pull request that will update stage environments with recent `main` changes."
# REVIEWERS: "andreachapman"
PULL_REQUEST_TITLE: "Update stage environments"
PULL_REQUEST_BODY: "This is an automated pull request that will update stage environments with recent main changes."
REVIEWERS: "andreachapman"

0 comments on commit 1893711

Please sign in to comment.