-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch github actions automerge changed variable from env to output
- Loading branch information
1 parent
4c2a1e9
commit 67988b2
Showing
2 changed files
with
18 additions
and
13 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 |
---|---|---|
|
@@ -31,6 +31,7 @@ jobs: | |
git fetch other | ||
- name: Rebase changes | ||
id: rebase | ||
run: | | ||
git checkout other/ci-management mergehelper.sh | ||
chmod +x mergehelper.sh | ||
|
@@ -44,7 +45,7 @@ jobs: | |
git commit -m "remove workflows" | ||
- name: Push result | ||
if: env.CHANGED == 'true' | ||
if: steps.rebase.outputs.changed == 'true' | ||
uses: ad-m/[email protected] | ||
with: | ||
force: true | ||
|
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