Skip to content

Commit

Permalink
fix: console log error
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Feb 4, 2024
1 parent 01dd250 commit 8e6e9dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/save_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ jobs:
- name: Run DevSync Action
uses: ./ # Path to the directory containing the action.yml
with:
devApiKey: ${{ secrets.DEV_TOKEN }}
outputDir: "/articles"
branch: "core_functionalities"
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ inputs:
devApiKey:
description: 'Dev API key (required)'
required: true
default: "${{ secrets.DEV_TOKEN }}"
gh-token:
description: 'The GitHub token for authentication.'
default: ${{ github.token }}
Expand Down

0 comments on commit 8e6e9dc

Please sign in to comment.