Skip to content

Commit

Permalink
fix: shebang for exec format and sync main with HEAD (#8)
Browse files Browse the repository at this point in the history
This commit fixes shebang for exec format and syncs `main` with HEAD.

<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->

---------

Signed-off-by: JeromeJu <[email protected]>
Co-authored-by: Seth Vargo <[email protected]>
  • Loading branch information
JeromeJu and sethvargo committed May 7, 2024
1 parent 590d804 commit 30c0914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
cluster_name: '${{ vars.CLUSTER_NAME }}'
project_id: '${{ vars.PROJECT_ID }}'
namespace: '${{ vars.NAMESPACE }}'
expose: '${{ vars.EXPOSE }}'

- name: 'get credentials'
uses: 'google-github-actions/get-gke-credentials@v2'
Expand Down
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @google-github-actions/maintainers
* @google-github-actions/maintainers
* @google-github-actions/deploy-gke-maintainers
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh -l

# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/sh -l

gha_version="0.1.0"

image="$1"
Expand Down

0 comments on commit 30c0914

Please sign in to comment.