Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
change branch from master to main.
  • Loading branch information
MalikSteam committed Mar 28, 2021
1 parent 5f40763 commit c5171dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo $GITHUB_SHA > test03.md
- name: Ignore unchanged file
uses: dmnemec/copy_file_to_another_repo_action@master
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
Expand All @@ -25,7 +25,7 @@ jobs:
user_name: 'dmnemec'

- name: Push changed file
uses: dmnemec/copy_file_to_another_repo_action@master
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
Expand All @@ -35,12 +35,12 @@ jobs:
user_name: 'dmnemec'

- name: Check custom commit message
uses: dmnemec/copy_file_to_another_repo_action@master
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'test03.md'
destination_repo: 'dmnemec/release-test'
user_email: 'devin.nemec@gmail.com'
user_name: 'dmnemec'
commit_message: 'A custom message.'
commit_message: 'A custom message.'

0 comments on commit c5171dd

Please sign in to comment.