Skip to content

Commit

Permalink
fix: add dynamic ref to action.yml file for development testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Sep 13, 2024
1 parent d651127 commit 39cd704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

### ✨ New features

- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - 74f52fd)*
- **action**: updated this action from Docker to Composite type *(Tomas Sebestik - d926676)*

### 📖 Documentation

- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - 51bc1c1)*
- **caller-workflow**: add caller workflow for easy copy to target repo *(Tomas Sebestik - d651127)*

---

Expand Down
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
name: "GitHub to JIRA Issue Sync"
description: "Performs simple one way syncing of GitHub issues into JIRA."

branding:
icon: "fast-forward"
color: "green"

inputs:
cron_job:
description: >
Expand Down Expand Up @@ -36,7 +32,7 @@ runs:
uses: actions/checkout@v4
with:
repository: espressif/sync-jira-actions
ref: v1
ref: ${{ env.REF_BRANCH || 'v1' }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 39cd704

Please sign in to comment.