Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/setup-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout default branch
# https://github.com/marketplace/actions/checkout
uses: actions/checkout@v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 #v2
with:
token: ${{ secrets.GH_WORKFLOWS_TOKEN }}

Expand All @@ -34,7 +34,7 @@ jobs:

- name: Checkout common workflows repository
# https://github.com/marketplace/actions/checkout
uses: actions/checkout@v2
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 #v2
with:
path: ckeditor4-workflows-common
repository: ckeditor/ckeditor4-workflows-common
Expand Down Expand Up @@ -78,15 +78,15 @@ jobs:
- name: Push changes
if: env.HAS_CHANGES == 1
# https://github.com/marketplace/actions/github-push
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 #v1.0.0
with:
github_token: ${{ secrets.GH_WORKFLOWS_TOKEN }}
branch: ${{ env.BRANCH_NAME }}

- name: Create PR
if: env.AS_PR == 1
# https://github.com/marketplace/actions/github-pull-request-action
uses: repo-sync/pull-request@v2
uses: repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 #v2
with:
source_branch: "${{ env.BRANCH_NAME }}"
destination_branch: "${{ github.ref }}"
Expand Down