Skip to content

Commit

Permalink
Add name to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed Sep 18, 2019
1 parent cc04830 commit a487018
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
name: Run local action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Checkout repository
uses: actions/checkout@master

- uses: ./.
- name: Run latest-tag
uses: ./.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a487018

Please sign in to comment.