Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
chore: Try use self instead of fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
floric committed Aug 10, 2020
1 parent 150d289 commit 553903f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
SRC_FILES_COUNT=($(find src -type f | wc -l))
echo "::set-env name=code_size::$SRC_SIZE"
echo "::set-env name=code_files_count::$SRC_FILES_COUNT"
- uses: floric/[email protected]
- uses: ./
name: Update Report for Files Size
with:
key: code-size
value: ${{ env.code_size }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: floric/[email protected]
- uses: ./
name: Update Report for Files Count
with:
key: files-count
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY . .
RUN yarn
RUN NODE_ENV=production yarn build
RUN ls -la
ENTRYPOINT [ "node","dist/index.js" ]
ENTRYPOINT [ "node","/dist/index.js" ]

0 comments on commit 553903f

Please sign in to comment.