Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elodie-bil3 committed Jan 17, 2024
1 parent 8ead695 commit d263e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration CD for QAnightly
name: Integration CD for nightly board

on:
pull_request:
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
repo: PrestaShopCorp/qanightlyresults-cd
inputs: '{ "branch": "${{ steps.branch.outputs.current_branch }}", "bulle": "${{ steps.get_bulle.outputs.BULLE }}", "project": "nightly", "repository": "PrestaShop/nightly-board", "tag": "${{ steps.get_tag.outputs.TAG }}", "commit": "${{ github.sha }}"}'
token: ${{ secrets.TERRAFORM_ACCESS_TOKEN }}
ref: 'refs/heads/main'
ref: 'refs/heads/fix/ci-deployment'

0 comments on commit d263e11

Please sign in to comment.