mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-31 15:24:43 +00:00
Fix updating the release branch
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
||||
const [owner, repo] = process.env.GITHUB_REPOSITORY.split('/');
|
||||
const branch = process.env.BRANCH;
|
||||
const sha = process.env.SHA;
|
||||
const ref = `refs/heads/${branch}`;
|
||||
const ref = `heads/${branch}`;
|
||||
|
||||
await github.rest.git.updateRef({
|
||||
owner,
|
||||
|
||||
Reference in New Issue
Block a user