Browse Source

BUILD-865 Fix used tag for doogfood action

tags/8.8.0.42792
Malena Ebert 3 years ago
parent
commit
94f0ec780d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/dogfood.yml

+ 1
- 1
.github/workflows/dogfood.yml View File

@@ -12,7 +12,7 @@ jobs:
name: Update dogfood-on-next branch
steps:
- name: Merge dogfood and master branches
uses: SonarSource/gh-action_dogfood_merge@1
uses: SonarSource/gh-action_dogfood_merge@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_ORG_TOKEN }}
with:

Loading…
Cancel
Save