diff --git a/.github/actions/deployment-action/deployment-action.js b/.github/actions/deployment-action/deployment-action.js index 127c64cd6..8f1c458f8 100644 --- a/.github/actions/deployment-action/deployment-action.js +++ b/.github/actions/deployment-action/deployment-action.js @@ -2,7 +2,7 @@ const core = require('@actions/core'); const github = require('@actions/github'); try { - console.log(github.context.ref); + console.log(github.context); } catch(error) { core.setFailed(error.message); } \ No newline at end of file