Skip to content

Commit

Permalink
Merge pull request #3 from Yikf/wf
Browse files Browse the repository at this point in the history
Remove incorrect workflow
  • Loading branch information
yikf authored Feb 3, 2024
2 parents e0e8460 + 95883b1 commit cde8005
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workeflows/main_workflow.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v1
- name: Sync upstream to fork repo
uses: ./
uses: ./.
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: Yikf
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
token:
description: 'The token to use for authentication'
required: false
default: ${{ secrets.GITHUB_TOKEN }}
default: '${{ secrets.GITHUB_TOKEN }}'
owner:
description: 'The owner of the fork repo'
required: true
Expand Down

0 comments on commit cde8005

Please sign in to comment.