Skip to content

Commit

Permalink
meta: remove references to gap
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Feb 1, 2024
1 parent 52b5b8a commit 04afe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
steps:
- name: Parse commit message
id: parsed
uses: telenornorgeinternal/gap/oss-actions/pr-title-lint@v0
uses: oss-actions/pr-title-lint@v0
with:
into: ${{ github.ref_name }}
title: ${{ github.event.head_commit.message }}
summary: false
- name: Calculate next version
id: version
uses: telenornorgeinternal/gap/oss-actions/auto-version@v0
uses: oss-actions/auto-version@v0
with:
type: semver
token: ${{ github.token }}
Expand Down

0 comments on commit 04afe2e

Please sign in to comment.