Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 276 Bytes

AfterScript.md

File metadata and controls

19 lines (13 loc) · 276 Bytes

After Script

GitLab Input

after_script:
  - echo "Execute this command after any `script:` commands."

Transformed Github Action

- run: echo "Execute this command after any `script:` commands."
  if: always()

Unsupported Options

None