Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Nov 27, 2024
1 parent 6825a86 commit 501dcb4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pr-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
runs-on: ubuntu-latest
name: setup
steps:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
repository: ${{ inputs.CHECKOUT_CODE }}

- name: Setting Workflow Variables
id: set-variables
env:
Expand Down Expand Up @@ -102,6 +107,8 @@ jobs:
echo "bundle_version=$DEFAULT_BUNDLE_VERSION" >> $GITHUB_OUTPUT
echo "helmchart_version=$DEFAULT_HELMCHART_VERSION" >> $GITHUB_OUTPUT
fi
echo "GITHUB_OUTPUT=$GITHUB_OUTPUT"
- name: Verify Semver Bundle Version
uses: rubenesp87/semver-validation-action@8f4b9f2835a4826fbbdfe8f5dbb6ad8996cf5831 # 0.1.0
Expand All @@ -125,11 +132,6 @@ jobs:
go-version: ${{ inputs.GO_VERSION }}
cache: false

- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
repository: ${{ inputs.CHECKOUT_CODE }}

- name: Go Build Cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
Expand Down

0 comments on commit 501dcb4

Please sign in to comment.