Skip to content

Commit

Permalink
re-compiled describe action to reflect changes (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel authored Oct 13, 2022
1 parent ebdd5fe commit 2347852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/describe/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9675,8 +9675,7 @@ const run = async () => {
else if (stable === "false") stable = false;
else core.setFailed("There is an error in the stable input");
const octokit = github.getOctokit(token);
const owner = github.context.payload.repository.organization;
const repo = github.context.payload.repository.name;
const {owner:owner,repo:repo} = github.context.repo
const {
data: {
object: { sha: commit },
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- updated hotfix logic to run on a merge to a release branch
- Fixing js github actions dist by re-building from develop
- Fixing syntax in describe action
- Fixing syntax in describe action & compiled action manually

## [0.202.0] - 2022-10-11

Expand Down

0 comments on commit 2347852

Please sign in to comment.