Skip to content

Commit

Permalink
Merge pull request #6 from port-labs/update-new-version-bump
Browse files Browse the repository at this point in the history
Update new version bump
  • Loading branch information
matarpeles authored Dec 4, 2023
2 parents 74c10c9 + ffc93ea commit 1cffea2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-scorecard-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
operation_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-scorecard-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
operation_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-jira-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
message_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
message_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/generate-scorecard-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
operation_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/generate-scorecard-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
operation_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/sync-jira-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected].1
uses: port-labs/[email protected].2
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down

0 comments on commit 1cffea2

Please sign in to comment.