We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cf260 commit cd311d2Copy full SHA for cd311d2
entrypoint.py
@@ -94,7 +94,7 @@ def main():
94
print(f'Removed {file_path}')
95
96
if pushed_change:
97
- commit_sha = pushed_change['commit'][:SHORT_SHA_LEN]
+ commit_sha = pushed_change['commit'].sha[:SHORT_SHA_LEN]
98
print(f'Pushed {commit_sha} to {branch}')
99
else:
100
print('No changes to push')
0 commit comments