Skip to content

Commit

Permalink
Merge pull request #29 from Alirezaja1384/main
Browse files Browse the repository at this point in the history
fix(build.yaml): Update deployment's incorrect 'uses' format fixed
  • Loading branch information
Alirezaja1384 authored Sep 8, 2024
2 parents b7f30cc + d1e50a2 commit 4f548c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
labels: ${{ steps.metadata.outputs.labels }}

- name: Update deployment
uses: "@actions/github-script"
uses: actions/github-script@v7
with:
github-token: ${{ secrets.DEPLOYMENT_PAT }}
script: |
Expand Down

0 comments on commit 4f548c8

Please sign in to comment.