Skip to content

Commit

Permalink
Action deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
1bl4z3r committed May 13, 2024
1 parent 39ca529 commit 3755a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
prepo: ${{github.repository}}
steps:
- name: Checkout repo
uses: actions/checkout
uses: actions/checkout@v4
- name: Set up Minify Actions
uses: amireshoon/minifyAction@main
with:
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
minifier.sh $prepo
- name: Pushing to production branch
uses: actions-js/push
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# directory: github/workspace
Expand Down

0 comments on commit 3755a7b

Please sign in to comment.