Skip to content

The file resource’s 'staging_location' attribute should prevent unnecessary refreshes/changes when the 'source' is an HTTP(S) URI #207

The file resource’s 'staging_location' attribute should prevent unnecessary refreshes/changes when the 'source' is an HTTP(S) URI

The file resource’s 'staging_location' attribute should prevent unnecessary refreshes/changes when the 'source' is an HTTP(S) URI #207

Workflow file for this run

---
name: Export issue to Jira
on:
issues:
types: [labeled]
permissions:
issues: write
jobs:
export:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/jira.yml@main"
with:
jira-project: PUP
jira-base-url: ${{ vars.jira_base_url }}
jira-user-email: ${{ vars.jira_user_email }}
secrets:
jira-api-token: ${{ secrets.JIRA_ISSUES_ACTION }}