# This workflow will run a script that is stored in the repository. This step checks out the repository contents so that the workflow can access the script.
- name:Check out repo content
uses:actions/checkout@v4
# This step sets up Node.js. The script that this workflow will run uses Node.js.
# - Replace `YOUR_LAST_REDELIVERY_VARIABLE_NAME` with the name that you want to use for a configuration variable that will be stored in the repository where this workflow is stored. The name can be any string that contains only alphanumeric characters and `_`, and does not start with `GITHUB_` or a number. For more information, see "[AUTOTITLE](/actions/learn-github-actions/variables#defining-configuration-variables-for-multiple-workflows)."