Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
checkout before running local action
  • Loading branch information
drudzikatlassian committed Sep 6, 2019
1 parent 5de9e0e commit 90a5995
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ jobs:
name: Jira Login
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: Jira Login
uses: ./
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}

0 comments on commit 90a5995

Please sign in to comment.