Skip to content

Commit 3f17106

Browse files
committed
Rename action
1 parent 314a82a commit 3f17106

9 files changed

Lines changed: 7 additions & 13 deletions

File tree

.github/actions/changelog/test-run.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
set -e
2+
3+
TOKEN="$(awk '/oauth_token/ {print $2}' ~/.config/gh/config.yml | head -1)"
4+
5+
env "GITHUB_REPOSITORY=github/gh-cli" "GITHUB_TOKEN=$TOKEN" node lib/index.js
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v1
1313

14-
- name: Pull request merged
14+
- name: Update the changelog
1515
if: github.event.pull_request.merged == true
16-
uses: ./.github/actions/changelog
16+
uses: ./.github/actions/update-changelog
1717
env:
1818
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)