Skip to content

Commit

Permalink
Use fixed SHA version of the tretuna/sync-branches action
Browse files Browse the repository at this point in the history
Refering to specific SHA when using unofficial GH actions is safer than using
tags.
  • Loading branch information
michalinacienciala committed Oct 23, 2023
1 parent d15c4da commit 7edf094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: Open/update a PR from `main` to `stage-live`
id: pr
uses: tretuna/[email protected]
uses: tretuna/sync-branches@ea58ab6 # 1.4.0
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "main"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3
- name: Open/update a PR from `main` to `stage-live`
id: pr
uses: tretuna/[email protected]
uses: tretuna/sync-branches@ea58ab6 # 1.4.0
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "stage-live"
Expand Down

0 comments on commit 7edf094

Please sign in to comment.