Skip to content

Commit

Permalink
chore: fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Feb 27, 2024
1 parent afe47e6 commit 3e718bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ jobs:
test-my-action:
runs-on: ubuntu-latest
steps:

- name: ls
run: ls -la
- name: Check out code
uses: actions/checkout@v3

- name: Symbols 📦
uses: ./action.yaml
uses: ./
with:
clientId: "${{ secrets.SYMBOL_UPLOAD_CLIENT_ID }}"
clientSecret: "${{ secrets.SYMBOL_UPLOAD_CLIENT_SECRET }}"
database: "${{ secrets.BUGSPLAT_DATABASE }}"
application: "symbol-upload-test"
version: "1.0"
directory: "dist"
files: "**/*.js.map"
directory: "spec/support"
files: "**/*.sym"
node-version: '21'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"prerelease": "npm run build",
"release": "npm publish --access public",
"prepkg": "npm run build",
"pkg": "npx pkg package.json"
"pkg": "npx pkg package.json",
"act": "act --secret-file .env"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e718bf

Please sign in to comment.