Skip to content

Commit

Permalink
Update sync-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Oct 11, 2024
1 parent b62b802 commit c87bac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { context, github } = require('@actions/github');
const github = require('@actions/github');
await github.issues.create({
owner: context.repo.owner,
repo: context.repo.repo,
title: 'Sync Failure: Differences found between main and release',
body: 'There are differences between `main` and `release` branches that prevented synchronization. Please review the branches and resolve manually.'
});
});

0 comments on commit c87bac1

Please sign in to comment.