forked from AustralianBioCommons/toolfinder
-
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 #1 from supernord/main
Update and configure WorkflowFinder v2
- Loading branch information
Showing
14 changed files
with
1,442 additions
and
28,881 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Pull data.yml from australianbiocommons.github.io | ||
name: Pull data_workflows.yaml from australianbiocommons.github.io | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -20,7 +20,7 @@ jobs: | |
- name: Update | ||
run: | | ||
ls temporary_folder/data | ||
cp -u temporary_folder/data/data.yaml _data/data.yaml | ||
cp -u temporary_folder/data/data_workflows.yaml _data/data_workflows.yaml | ||
cd .. | ||
- name: Remove | ||
|
@@ -31,8 +31,8 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add _data/data.yaml | ||
git diff-index --quiet HEAD || git commit -m "Updated the data.yml sourced from australianbiocommons.github.io" | ||
git add _data/data_workflows.yaml | ||
git diff-index --quiet HEAD || git commit -m "Updated the data_workflows.yaml sourced from australianbiocommons.github.io" | ||
- name: Push if changes | ||
uses: ad-m/[email protected] | ||
|
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
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
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
Oops, something went wrong.