Describe the bug
Since this https://github.com/crowdin/github-action/releases/tag/v2.14.1 version, the crowdin action checkouts the latest commit where the crowdin translastion files were changed, instead of the latest commit in the base branch.
To Reproduce
Steps to reproduce the behavior:
- Configure the GitHub workflow as the README suggests:
|
steps: |
|
- name: Checkout |
|
uses: actions/checkout@v4 |
|
|
|
- name: crowdin action |
|
uses: crowdin/github-action@v2 |
- Specify the
crowdin/github-action@v2 as the target version.
Expected behavior
The crowdin/github-action@v2 should checkout back to the state where the actions/checkout@v4 is, to prevent the succeeding Github steps running on the improper commit.
Screenshots
None
Additional context
Related pull-request: #300
Describe the bug
Since this https://github.com/crowdin/github-action/releases/tag/v2.14.1 version, the crowdin action checkouts the latest commit where the crowdin translastion files were changed, instead of the latest commit in the base branch.
To Reproduce
Steps to reproduce the behavior:
github-action/README.md
Lines 58 to 63 in 7ca9c45
crowdin/github-action@v2as the target version.Expected behavior
The
crowdin/github-action@v2should checkout back to the state where theactions/checkout@v4is, to prevent the succeeding Github steps running on the improper commit.Screenshots
None
Additional context
Related pull-request: #300