Skip to content

Commit

Permalink
Update update-image-tag.yaml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
petercort authored Dec 28, 2024
1 parent d98b968 commit b7824ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-image-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
PR_QUERY=$(cat <<EOF
mutation {
createPullRequest(input: {
repositoryId: "$(gh api graphql -f query='query { repository(owner: "your-username", name: "fbf-event-buddy-config") { id } }' -q .data.repository.id)"
repositoryId: "$(gh api graphql -f query='query { repository(owner: "${{ github.repository_owner }}", name: "${{ secrets.deployment_repo }}") { id } }' -q .data.repository.id)"
title: "Update image tag to $NEW_VERSION"
headRefName: "$BRANCH_NAME"
baseRefName: "main"
Expand Down

0 comments on commit b7824ae

Please sign in to comment.