Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
why not working?
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent 4cf4473 commit e44a6c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
repository: 'alitpc25/cmpe451group1configrepo'
token: '${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}'
path: './config'
repository: alitpc25/cmpe451group1configrepo
token: ${{ secrets.PRIVATE_CONFIG_REPO_TOKEN }}
path: ./config

- name: Copy Config
run: |
Expand Down

0 comments on commit e44a6c8

Please sign in to comment.