-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test workaround to fix actions issues
- Loading branch information
1 parent
78731f8
commit 925a040
Showing
6 changed files
with
102 additions
and
0 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 |
---|---|---|
|
@@ -24,4 +24,21 @@ jobs: | |
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- name: Re-checkout on failure | ||
if: ${{ failure() }} | ||
uses: actions/checkout@v2 | ||
|
||
- name: Re-push on failure | ||
if: ${{ failure() }} | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CS_SYNC_TOKEN }} | ||
with: | ||
source_file: '_data/destinations.yml' | ||
destination_repo: 'csfbk/csfbk.github.io' | ||
destination_folder: '_data/destinations' | ||
rename: 'destinations_st.yml' | ||
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- run: echo "Operation completed." |
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 |
---|---|---|
|
@@ -24,4 +24,21 @@ jobs: | |
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- name: Re-checkout on failure | ||
if: ${{ failure() }} | ||
uses: actions/checkout@v2 | ||
|
||
- name: Re-push on failure | ||
if: ${{ failure() }} | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CS_SYNC_TOKEN }} | ||
with: | ||
source_file: '_data/members.yml' | ||
destination_repo: 'csfbk/csfbk.github.io' | ||
destination_folder: '_data/members' | ||
rename: 'members_st.yml' | ||
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- run: echo "Operation completed." |
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 |
---|---|---|
|
@@ -24,4 +24,21 @@ jobs: | |
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- name: Re-checkout on failure | ||
if: ${{ failure() }} | ||
uses: actions/checkout@v2 | ||
|
||
- name: Re-push on failure | ||
if: ${{ failure() }} | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CS_SYNC_TOKEN }} | ||
with: | ||
source_file: '_data/people.yml' | ||
destination_repo: 'csfbk/csfbk.github.io' | ||
destination_folder: '_data/people' | ||
rename: '1_people_st.yml' | ||
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- run: echo "Operation completed." |
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 |
---|---|---|
|
@@ -24,4 +24,21 @@ jobs: | |
user_email: '[email protected]' | ||
use_rsync: true | ||
|
||
- name: Re-checkout on failure | ||
if: ${{ failure() }} | ||
uses: actions/checkout@v2 | ||
|
||
- name: Re-push on failure | ||
if: ${{ failure() }} | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CS_SYNC_TOKEN }} | ||
with: | ||
source_file: 'assets/areas/people/' | ||
destination_repo: 'csfbk/csfbk.github.io' | ||
destination_folder: 'assets/areas/people/st' | ||
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
use_rsync: true | ||
|
||
- run: echo "Operation completed." |
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 |
---|---|---|
|
@@ -24,4 +24,21 @@ jobs: | |
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- name: Re-checkout on failure | ||
if: ${{ failure() }} | ||
uses: actions/checkout@v2 | ||
|
||
- name: Re-push on failure | ||
if: ${{ failure() }} | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CS_SYNC_TOKEN }} | ||
with: | ||
source_file: '_data/publications.yml' | ||
destination_repo: 'csfbk/csfbk.github.io' | ||
destination_folder: '_data/publications' | ||
rename: 'publications_st.yml' | ||
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- run: echo "Operation completed." |
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 |
---|---|---|
|
@@ -24,4 +24,21 @@ jobs: | |
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- name: Re-checkout on failure | ||
if: ${{ failure() }} | ||
uses: actions/checkout@v2 | ||
|
||
- name: Re-push on failure | ||
if: ${{ failure() }} | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.CS_SYNC_TOKEN }} | ||
with: | ||
source_file: '_data/theses.yml' | ||
destination_repo: 'csfbk/csfbk.github.io' | ||
destination_folder: '_data/theses' | ||
rename: 'theses_st.yml' | ||
user_name: 'csfbk' | ||
user_email: '[email protected]' | ||
|
||
- run: echo "Operation completed." |