Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Nov 16, 2023
1 parent 31d86d7 commit 788ddef
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
tag_commitish: "${{ github.sha }}"
})
- name: Re-deploy dependent
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/github-script@v6
with:
github-token: ${{ secrets.DEPLOY50_PAT }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'cs50',
repo: 'render.cs50.io',
workflow_id: 'main.yml',
ref: 'main'
});
- name: Re-deploy dependent
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/github-script@v6
with:
github-token: ${{ secrets.DEPLOY50_PAT }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'cs50',
repo: 'render.cs50.io',
workflow_id: 'main.yml',
ref: 'main'
});

0 comments on commit 788ddef

Please sign in to comment.