Skip to content

Commit

Permalink
chore(ci): actions moved to bcgov org (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 19, 2025
1 parent 927058c commit c8997db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
# Send triggers to diff action
- id: diff
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
triggers: ${{ inputs.triggers }}
diff_branch: ${{ inputs.diff_branch }}
Expand All @@ -112,7 +112,7 @@ runs:
# Check for builds
echo "triggered=true" >> $GITHUB_OUTPUT
if [ "${{ steps.diff.outputs.triggered }}" == "true" ]; then
echo "Build triggered. Used bcgov-nr/action-diff-triggers."
echo "Build triggered. Used bcgov/action-diff-triggers."
elif [ "${{ inputs.repository }}" != "${{ github.repository }}" ]; then
echo "Build triggered. Override repository provided."
elif [ -z "${{ inputs.tag_fallback }}" ]; then
Expand Down

0 comments on commit c8997db

Please sign in to comment.