Skip to content

Commit

Permalink
ci(.github/action): change a repo name in a step of the move-released…
Browse files Browse the repository at this point in the history
…-issues-and-create-sync-pr action (#158)

* ci(.github/action): add deploy-release github action

* ci(.github/action): rename the deploy-release action to move-released-issues-and-create-sync-pr. Add a default value of the input pr-team-reviewers

* ci(.github/action): change a step to get a previous tag in the move-released-issues-and-create-sync-pr action

* ci(.github/action): remove checkout step in the move-released-issues-and-create-sync-pr action

* ci(.github/action): change README.md of the move-released-issues-and-create-sync-pr action

* ci(.github/action): change a repo name in a step of the move-released-issues-and-create-sync-pr action

* ci(.github/action): change a branch in a step of the move-released-issues-and-create-sync-pr action
  • Loading branch information
maksym-shynkarenko authored Apr 18, 2024
1 parent 2fb4a2a commit 910e3d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
echo "tag=$TAG" >> $GITHUB_OUTPUT
echo "tag-version=$TAG_VERSION" >> $GITHUB_OUTPUT
- uses: dequelabs/maksym-testing/.github/actions/generate-commit-list-v1@develop
- uses: dequelabs/axe-api-team-public/.github/actions/generate-commit-list-v1@main
id: get-commit-list
with:
tag: ${{ steps.get-previous-tag.outputs.tag }}
Expand Down

0 comments on commit 910e3d9

Please sign in to comment.