Skip to content

Commit

Permalink
can't be run on workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Jun 7, 2023
1 parent a0cf718 commit 1f6d563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash -l
set -e
set -euo pipefail

# Check if required variables are set
: "${CODER_SESSION_TOKEN:?Variable not set or empty}"
echo "CODER_SESSION_TOKEN is set."

: "${CODER_ACCESS_URL:?Variable not set or empty}"
echo "CODER_ACCESS_URL is set."
echo "CODER_ACCESS_URL: ${CODER_ACCESS_URL}"

echo "Pushing ${CODER_TEMPLATE_NAME} to ${CODER_ACCESS_URL}..."

Expand Down

0 comments on commit 1f6d563

Please sign in to comment.