Skip to content

Commit

Permalink
setting specific versions in actions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudreau authored Nov 22, 2022
1 parent 4749176 commit 9eeff12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
uses: actions/checkout@master

- name: Login
uses: atlassian/gajira-login@master
uses: atlassian/gajira-login@v3
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}

- name: Create new issue
id: create
uses: atlassian/gajira-create@master
uses: atlassian/gajira-create@v3
with:
project: TRANS
issuetype: Task
Expand Down

0 comments on commit 9eeff12

Please sign in to comment.