Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Updated workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonstar-x committed Aug 15, 2021
1 parent aa4d028 commit ae28edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master, rework]
branches: [master]
workflow_dispatch:

jobs:
Expand All @@ -19,10 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x

- name: Update git global URL
run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
node-version: 12.x

- name: Install Dependencies
run: npm ci
Expand All @@ -44,4 +41,4 @@ jobs:
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: docker-build
event-type: docker-build
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
VERSION=${{ steps.package-version.outputs.current-version }}
- name: Image Digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit ae28edc

Please sign in to comment.