Skip to content

Commit

Permalink
ci: Eliminate Github actions warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamscottxu committed Dec 20, 2023
1 parent e801740 commit efc71e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
steps:
- name: Get latest release info
id: latest_release
uses: kaliber5/action-get-release@v1
uses: cardinalby/git-get-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: 'obsproject'
repo: 'obs-studio'
repo: 'obsproject/obs-studio'
latest: true

get_plugin_info:
Expand Down Expand Up @@ -311,9 +311,10 @@ jobs:

- name: 'Get last release info'
id: get_last_release
uses: kaliber5/action-get-release@v1
uses: cardinalby/git-get-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest: true

- name: 'Create changelog text'
Expand Down

0 comments on commit efc71e1

Please sign in to comment.