Skip to content

Commit

Permalink
chore: update import method for Octokit and createAppAuth
Browse files Browse the repository at this point in the history
Updated import statements for Octokit and createAppAuth to use dynamic import
  • Loading branch information
gentlementlegen committed Oct 13, 2024
1 parent b19c1f6 commit 3cd618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
- name: Add GitHub packages
shell: bash
run: |
yarn add -DE @octokit/core @octokit/auth-app
yarn add @octokit/core @octokit/auth-app
- name: Commit and Push changes using Octokit
uses: actions/github-script@v7
Expand Down

0 comments on commit 3cd618c

Please sign in to comment.