-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #932 from CruGlobal/improve-previews
No-Jira - Improve Previews Workflows
- Loading branch information
Showing
2 changed files
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,6 @@ jobs: | |
aws-region: us-east-1 | ||
role-to-assume: ${{ secrets.AWS_GITHUB_ACTIONS_ROLE }} | ||
output-credentials: true | ||
- name: set branchname env | ||
id: setbranchname | ||
run: | | ||
# use GITHUB_HEAD_REF that is set to PR source branch | ||
echo "branch=$GITHUB_HEAD_REF" >> "$GITHUB_OUTPUT" | ||
- name: cleanup PR preview branch | ||
uses: yinlinchen/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters